ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilCloudPlugin. More...
Public Member Functions | |
__construct ($service_name, $obj_id, $cloud_modul_object=null) | |
setObjId ($obj_id) | |
getObjId () | |
getPluginHookObject () | |
getAdminConfigObject () | |
setPluginHookObject ($plugin_hook_object) | |
getTableName () | |
setMaxFileSize ($max_file_size) | |
getMaxFileSize () | |
setCloudModulObject ($cloud_modul_object) | |
getCloudModulObject () | |
getOwnerId () | |
$return integer More... | |
read () | |
create () | |
doUpdate () | |
doDelete () | |
Protected Attributes | |
$obj_id | |
$plugin_hook_object | |
$table_name = "" | |
$admin_config_object | |
$cloud_modul_object | |
$max_file_size = 25 | |
Class ilCloudPlugin.
Base Class for the model of the plugin. Probably will be extended by most plugins.
Definition at line 17 of file class.ilCloudPlugin.php.
ilCloudPlugin::__construct | ( | $service_name, | |
$obj_id, | |||
$cloud_modul_object = null |
|||
) |
$obj_id |
Definition at line 57 of file class.ilCloudPlugin.php.
References $cloud_modul_object, $obj_id, ilObject2\_exists(), create(), ilCloudConnector\getPluginHookClass(), ilCloudException\PLUGIN_HOOK_COULD_NOT_BE_INSTANTIATED, read(), setCloudModulObject(), and setObjId().
ilCloudPlugin::create | ( | ) |
Definition at line 191 of file class.ilCloudPlugin.php.
Referenced by __construct().
ilCloudPlugin::doDelete | ( | ) |
Definition at line 199 of file class.ilCloudPlugin.php.
ilCloudPlugin::doUpdate | ( | ) |
Definition at line 195 of file class.ilCloudPlugin.php.
ilCloudPlugin::getAdminConfigObject | ( | ) |
ilCloudPlugin::getCloudModulObject | ( | ) |
ilCloudPlugin::getMaxFileSize | ( | ) |
ilCloudPlugin::getObjId | ( | ) |
ilCloudPlugin::getOwnerId | ( | ) |
ilCloudPlugin::getPluginHookObject | ( | ) |
Definition at line 99 of file class.ilCloudPlugin.php.
References $plugin_hook_object.
Referenced by getTableName().
ilCloudPlugin::getTableName | ( | ) |
Definition at line 123 of file class.ilCloudPlugin.php.
References getPluginHookObject().
ilCloudPlugin::read | ( | ) |
Definition at line 187 of file class.ilCloudPlugin.php.
Referenced by __construct().
ilCloudPlugin::setCloudModulObject | ( | $cloud_modul_object | ) |
$cloud_modul_object |
Definition at line 164 of file class.ilCloudPlugin.php.
Referenced by __construct().
ilCloudPlugin::setMaxFileSize | ( | $max_file_size | ) |
boolean | $async_drawing | public function setAsyncDrawing($async_drawing) { $this->async_drawing = $async_drawing; } |
/**
public function getAsyncDrawing() { return $this->async_drawing; }
int | $max_file_size |
Definition at line 148 of file class.ilCloudPlugin.php.
ilCloudPlugin::setObjId | ( | $obj_id | ) |
$obj_id |
Definition at line 83 of file class.ilCloudPlugin.php.
References $obj_id.
Referenced by __construct().
ilCloudPlugin::setPluginHookObject | ( | $plugin_hook_object | ) |
\ilCloudHookPlugin | $plugin_hook_object |
Definition at line 115 of file class.ilCloudPlugin.php.
References $plugin_hook_object.
|
protected |
Definition at line 37 of file class.ilCloudPlugin.php.
Referenced by getAdminConfigObject().
|
protected |
Definition at line 42 of file class.ilCloudPlugin.php.
Referenced by __construct().
|
protected |
Definition at line 47 of file class.ilCloudPlugin.php.
|
protected |
Definition at line 22 of file class.ilCloudPlugin.php.
Referenced by __construct(), getObjId(), and setObjId().
|
protected |
Definition at line 27 of file class.ilCloudPlugin.php.
Referenced by getPluginHookObject(), and setPluginHookObject().
|
protected |
Definition at line 32 of file class.ilCloudPlugin.php.