Se mejora PROCESSSUPERVISOR.
This commit is contained in:
@@ -336,7 +336,8 @@ class FilesManager
|
|||||||
'prf_type' => $oProcessFiles->getPrfType(),
|
'prf_type' => $oProcessFiles->getPrfType(),
|
||||||
'prf_editable' => $sEditable,
|
'prf_editable' => $sEditable,
|
||||||
'prf_create_date' => $oProcessFiles->getPrfCreateDate(),
|
'prf_create_date' => $oProcessFiles->getPrfCreateDate(),
|
||||||
'prf_update_date' => $oProcessFiles->getPrfUpdateDate());
|
'prf_update_date' => $oProcessFiles->getPrfUpdateDate(),
|
||||||
|
'prf_content' => $content);
|
||||||
return $oProcessFile;
|
return $oProcessFile;
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
throw $e;
|
throw $e;
|
||||||
|
|||||||
@@ -143,7 +143,10 @@ class ProcessFilesManagerStructure
|
|||||||
* @var string {@from body}
|
* @var string {@from body}
|
||||||
*/
|
*/
|
||||||
public $prf_path;
|
public $prf_path;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string {@from body}
|
||||||
|
*/
|
||||||
public $prf_content;
|
public $prf_content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user