|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilCloudPlugin. More...
Collaboration diagram for ilCloudPlugin: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().
Here is the call graph for this function:| ilCloudPlugin::create | ( | ) |
Definition at line 191 of file class.ilCloudPlugin.php.
Referenced by __construct().
Here is the caller graph for this function:| ilCloudPlugin::doDelete | ( | ) |
Definition at line 199 of file class.ilCloudPlugin.php.
| ilCloudPlugin::doUpdate | ( | ) |
Definition at line 195 of file class.ilCloudPlugin.php.
| ilCloudPlugin::getAdminConfigObject | ( | ) |
Definition at line 107 of file class.ilCloudPlugin.php.
References $admin_config_object.
| ilCloudPlugin::getCloudModulObject | ( | ) |
Definition at line 172 of file class.ilCloudPlugin.php.
References $cloud_modul_object.
| ilCloudPlugin::getMaxFileSize | ( | ) |
Definition at line 156 of file class.ilCloudPlugin.php.
References $max_file_size.
| ilCloudPlugin::getObjId | ( | ) |
Definition at line 91 of file class.ilCloudPlugin.php.
References $obj_id.
Referenced by getOwnerId().
Here is the caller graph for this function:| ilCloudPlugin::getOwnerId | ( | ) |
$return integer
Definition at line 180 of file class.ilCloudPlugin.php.
References getObjId().
Here is the call graph for this function:| ilCloudPlugin::getPluginHookObject | ( | ) |
Definition at line 99 of file class.ilCloudPlugin.php.
References $plugin_hook_object.
Referenced by getTableName().
Here is the caller graph for this function:| ilCloudPlugin::getTableName | ( | ) |
Definition at line 123 of file class.ilCloudPlugin.php.
References getPluginHookObject().
Here is the call graph for this function:| ilCloudPlugin::read | ( | ) |
Definition at line 187 of file class.ilCloudPlugin.php.
Referenced by __construct().
Here is the caller graph for this function:| ilCloudPlugin::setCloudModulObject | ( | $cloud_modul_object | ) |
| $cloud_modul_object |
Definition at line 164 of file class.ilCloudPlugin.php.
References $cloud_modul_object.
Referenced by __construct().
Here is the caller graph for this function:| 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.
References $max_file_size.
| ilCloudPlugin::setObjId | ( | $obj_id | ) |
| $obj_id |
Definition at line 83 of file class.ilCloudPlugin.php.
References $obj_id.
Referenced by __construct().
Here is the caller graph for this function:| 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(), getCloudModulObject(), and setCloudModulObject().
|
protected |
Definition at line 47 of file class.ilCloudPlugin.php.
Referenced by getMaxFileSize(), and setMaxFileSize().
|
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.