|
ILIAS
release_8 Revision v8.25-1-g13de6a5eca6
|
Inheritance diagram for ilObjectTileImage:
Collaboration diagram for ilObjectTileImage:Public Member Functions | |
| __construct (ilObjectService $service, int $obj_id) | |
| getExtension () | |
| copy (int $target_obj_id) | |
| delete () | |
| getRelativeDirectory () | |
| exists () | |
| getFullPath () | |
| createFromImportDir (string $source_dir, string $ext) | |
Public Member Functions inherited from ilObjectTileImageInterface | |
| getExtension () | |
| copy (int $target_obj_id) | |
| delete () | |
| saveFromHttpRequest (string $tmp_name) | |
| Save image from request. More... | |
| exists () | |
| getFullPath () | |
| createFromImportDir (string $source_dir, string $ext) | |
Protected Member Functions | |
| persistImageState (string $filename) | |
| createDirectory () | |
| getFileName () | |
| getRelativePath () | |
Protected Attributes | |
| ilObjectService | $service |
| int | $obj_id |
| Filesystem | $web |
| FileUpload | $upload |
| string | $ext |
Definition at line 29 of file class.ilObjectTileImage.php.
| ilObjectTileImage::__construct | ( | ilObjectService | $service, |
| int | $obj_id | ||
| ) |
Definition at line 37 of file class.ilObjectTileImage.php.
References $obj_id, $service, ilContainer\_lookupContainerSetting(), ilObjectService\filesystem(), ilObjectService\upload(), and ILIAS\Repository\upload().
Here is the call graph for this function:| ilObjectTileImage::copy | ( | int | $target_obj_id | ) |
Implements ilObjectTileImageInterface.
Definition at line 51 of file class.ilObjectTileImage.php.
References Vendor\Package\$e, ilContainer\_deleteContainerSettings(), ilContainer\_writeContainerSetting(), exists(), getExtension(), and getRelativePath().
Here is the call graph for this function:
|
protected |
| IOException |
Definition at line 152 of file class.ilObjectTileImage.php.
References getRelativeDirectory().
Here is the call graph for this function:| ilObjectTileImage::createFromImportDir | ( | string | $source_dir, |
| string | $ext | ||
| ) |
Implements ilObjectTileImageInterface.
Definition at line 206 of file class.ilObjectTileImage.php.
References Vendor\Package\$e, $ext, ilContainer\_writeContainerSetting(), getRelativeDirectory(), and ilFileUtils\getWebspaceDir().
Here is the call graph for this function:| ilObjectTileImage::delete | ( | ) |
Implements ilObjectTileImageInterface.
Definition at line 74 of file class.ilObjectTileImage.php.
References Vendor\Package\$e, ilContainer\_deleteContainerSettings(), and getRelativeDirectory().
Here is the call graph for this function:| ilObjectTileImage::exists | ( | ) |
Implements ilObjectTileImageInterface.
Definition at line 185 of file class.ilObjectTileImage.php.
References ilContainer\_lookupContainerSetting(), and getRelativePath().
Referenced by copy().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectTileImage::getExtension | ( | ) |
Implements ilObjectTileImageInterface.
Definition at line 46 of file class.ilObjectTileImage.php.
References $ext.
Referenced by copy(), and getFileName().
Here is the caller graph for this function:
|
protected |
Definition at line 169 of file class.ilObjectTileImage.php.
References getExtension().
Referenced by getRelativePath().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjectTileImage::getFullPath | ( | ) |
Implements ilObjectTileImageInterface.
Definition at line 194 of file class.ilObjectTileImage.php.
References getRelativePath(), and ilFileUtils\getWebspaceDir().
Here is the call graph for this function:| ilObjectTileImage::getRelativeDirectory | ( | ) |
Definition at line 157 of file class.ilObjectTileImage.php.
Referenced by createDirectory(), createFromImportDir(), delete(), and getRelativePath().
Here is the caller graph for this function:
|
protected |
Definition at line 174 of file class.ilObjectTileImage.php.
References getFileName(), and getRelativeDirectory().
Referenced by copy(), exists(), and getFullPath().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 138 of file class.ilObjectTileImage.php.
References $ext, $filename, ilContainer\_deleteContainerSettings(), and ilContainer\_writeContainerSetting().
Here is the call graph for this function:
|
protected |
Definition at line 35 of file class.ilObjectTileImage.php.
Referenced by createFromImportDir(), getExtension(), and persistImageState().
|
protected |
Definition at line 32 of file class.ilObjectTileImage.php.
Referenced by __construct().
|
protected |
Definition at line 31 of file class.ilObjectTileImage.php.
Referenced by __construct().
|
protected |
Definition at line 34 of file class.ilObjectTileImage.php.
|
protected |
Definition at line 33 of file class.ilObjectTileImage.php.