ILIAS
Release_4_4_x_branch Revision 61816
|
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 | |
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, create(), ilCloudConnector\getPluginHookClass(), ilCloudException\PLUGIN_HOOK_COULD_NOT_BE_INSTANTIATED, read(), setCloudModulObject(), and setObjId().
ilCloudPlugin::create | ( | ) |
Definition at line 188 of file class.ilCloudPlugin.php.
Referenced by __construct().
ilCloudPlugin::doDelete | ( | ) |
Definition at line 192 of file class.ilCloudPlugin.php.
ilCloudPlugin::doUpdate | ( | ) |
Definition at line 190 of file class.ilCloudPlugin.php.
ilCloudPlugin::getAdminConfigObject | ( | ) |
ilCloudPlugin::getCloudModulObject | ( | ) |
Definition at line 171 of file class.ilCloudPlugin.php.
ilCloudPlugin::getMaxFileSize | ( | ) |
ilCloudPlugin::getObjId | ( | ) |
ilCloudPlugin::getOwnerId | ( | ) |
$return integer
Definition at line 179 of file class.ilCloudPlugin.php.
ilCloudPlugin::getPluginHookObject | ( | ) |
Definition at line 98 of file class.ilCloudPlugin.php.
References $plugin_hook_object.
Referenced by getTableName().
ilCloudPlugin::getTableName | ( | ) |
Definition at line 122 of file class.ilCloudPlugin.php.
References getPluginHookObject().
ilCloudPlugin::read | ( | ) |
Definition at line 186 of file class.ilCloudPlugin.php.
Referenced by __construct().
ilCloudPlugin::setCloudModulObject | ( | $cloud_modul_object | ) |
$cloud_modul_object |
Definition at line 163 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 147 of file class.ilCloudPlugin.php.
ilCloudPlugin::setObjId | ( | $obj_id | ) |
$obj_id |
Definition at line 82 of file class.ilCloudPlugin.php.
References $obj_id.
Referenced by __construct().
ilCloudPlugin::setPluginHookObject | ( | $plugin_hook_object | ) |
\ilCloudHookPlugin | $plugin_hook_object |
Definition at line 114 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.