Lines Matching defs:file
10 /** @var string source file */11 protected $file;14 * @param string $file Original source file20 public function __construct($file, $w, $h, $ext, $crop)26 $this->file = $file;29 parent::__construct($file, $fullext);35 if (!file_exists($this->file)) {50 [$this->file],