Se mejora PROCESSSUPERVISOR.

This commit is contained in:
Freddy Daniel Rojas Valda
2014-02-25 09:50:33 -04:00
parent 8b91cb3ccf
commit 0a5f7e2382
2 changed files with 6 additions and 2 deletions

View File

@@ -336,7 +336,8 @@ class FilesManager
'prf_type' => $oProcessFiles->getPrfType(),
'prf_editable' => $sEditable,
'prf_create_date' => $oProcessFiles->getPrfCreateDate(),
'prf_update_date' => $oProcessFiles->getPrfUpdateDate());
'prf_update_date' => $oProcessFiles->getPrfUpdateDate(),
'prf_content' => $content);
return $oProcessFile;
} catch (Exception $e) {
throw $e;

View File

@@ -143,7 +143,10 @@ class ProcessFilesManagerStructure
* @var string {@from body}
*/
public $prf_path;
/**
* @var string {@from body}
*/
public $prf_content;
}