Added missing property definitions

This commit is contained in:
Marcin Kurczewski 2014-05-13 14:00:25 +02:00
parent 6399afd799
commit 4b907f6121

View file

@ -6,6 +6,8 @@ class ApiFileOutput
{
public $fileContent;
public $fileName;
public $lastModified;
public $mimeType;
public function __construct($filePath, $fileName)
{