PMCORE-864

This commit is contained in:
Julio Cesar Laura Avendaño
2020-02-26 16:23:08 -04:00
parent 483fc19366
commit 596a0b72bc
3 changed files with 24 additions and 2 deletions

View File

@@ -111,6 +111,16 @@ class SpoolRun
return $this->spoolId;
}
/**
* Set the fileData property
*
* @param array $fileData
*/
public function setFileData($fileData)
{
$this->fileData = $fileData;
}
/**
* Get the fileData property
*