33 $relativeTempPath =
'wfe/upload_temp/';
36 return $relativeTempPath;
39 return ILIAS_DATA_DIR .
'/' . CLIENT_ID .
'/' . $relativeTempPath;
48 $relativeRepositoryPath =
'wfe/repository/';
51 return $relativeRepositoryPath;
54 return ILIAS_DATA_DIR .
'/' . CLIENT_ID .
'/' . $relativeRepositoryPath;
An exception for terminatinating execution or to throw for unit testing.
Class ilObjWorkflowEngine.
static getRepositoryDir($relative=false)
__construct($id=0, $call_by_reference=true)
ilObjWorkflowEngine constructor.
static getTempDir($relative=false)
Class ilObject Basic functions for all objects.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc