. * */ namespace OC\Search\Result; /** * A found image file */ class Image extends \OC\Search\Result\File { /** * Type name; translated in templates * @var string */ public $type = 'image'; /** * @TODO add EXIF information */ }