PMCORE-864
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user