コード例 #1
0
ファイル: DeleteFile.php プロジェクト: solleer/framework
 public function __construct(\Maphper\Maphper $maphper, $file_path)
 {
     $this->file_path = $file_path;
     parent::__construct($maphper);
 }