|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ilLTIConsumeProviderIcon:Public Member Functions | |
| __construct (int $providerId, string $filename='') | |
| ilLTIConsumeProviderIcon constructor. More... | |
| buildFilename ($fileExtension) | |
| getFilename () | |
| setFilename (string $filename) | |
| getRelativeDirectory () | |
| getRelativeFilePath () | |
| getAbsoluteFilePath () | |
| exists () | |
| handleUploadInputSubission (ilImageFileInputGUI $fileInput) | |
Static Public Member Functions | |
| static | getSupportedFileExtensions () |
Data Fields | |
| const | MAX_ICON_SIZE = 32 |
Protected Member Functions | |
| ensureExistingRelativeDirectory () | |
| delete () | |
| convert () | |
| save (string $uploadFile) | |
Protected Attributes | |
| $providerId | |
| $filename | |
Static Protected Attributes | |
| static | $RELATIVE_DIRECTORY_PATH |
| static | $SUPPORTED_FILE_EXTENSIONS |
Definition at line 14 of file class.ilLTIConsumeProviderIcon.php.
| ilLTIConsumeProviderIcon::__construct | ( | int | $providerId, |
| string | $filename = '' |
||
| ) |
ilLTIConsumeProviderIcon constructor.
| int | $providerId | |
| string | $filename |
ILIAS\Filesystem\Exception\IOException
Definition at line 42 of file class.ilLTIConsumeProviderIcon.php.
References $DIC, $filename, $providerId, and ensureExistingRelativeDirectory().
Here is the call graph for this function:| ilLTIConsumeProviderIcon::buildFilename | ( | $fileExtension | ) |
Definition at line 52 of file class.ilLTIConsumeProviderIcon.php.
Referenced by save().
Here is the caller graph for this function:
|
protected |
Definition at line 142 of file class.ilLTIConsumeProviderIcon.php.
References $type, ilUtil\execConvert(), and getAbsoluteFilePath().
Referenced by save().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
ILIAS\Filesystem\Exception\FileNotFoundException
ILIAS\Filesystem\Exception\IOException
Definition at line 131 of file class.ilLTIConsumeProviderIcon.php.
References $DIC, getRelativeFilePath(), and setFilename().
Here is the call graph for this function:
|
protected |
ILIAS\Filesystem\Exception\IOException
Definition at line 104 of file class.ilLTIConsumeProviderIcon.php.
References $DIC, and getRelativeDirectory().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLTIConsumeProviderIcon::exists | ( | ) |
Definition at line 116 of file class.ilLTIConsumeProviderIcon.php.
References $DIC, getFilename(), and getRelativeFilePath().
Here is the call graph for this function:| ilLTIConsumeProviderIcon::getAbsoluteFilePath | ( | ) |
Definition at line 94 of file class.ilLTIConsumeProviderIcon.php.
References getRelativeFilePath(), and ilUtil\getWebspaceDir().
Referenced by convert().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLTIConsumeProviderIcon::getFilename | ( | ) |
Definition at line 60 of file class.ilLTIConsumeProviderIcon.php.
References $filename.
Referenced by exists(), and getRelativeFilePath().
Here is the caller graph for this function:| ilLTIConsumeProviderIcon::getRelativeDirectory | ( | ) |
Definition at line 76 of file class.ilLTIConsumeProviderIcon.php.
Referenced by ensureExistingRelativeDirectory(), getRelativeFilePath(), and save().
Here is the caller graph for this function:| ilLTIConsumeProviderIcon::getRelativeFilePath | ( | ) |
Definition at line 84 of file class.ilLTIConsumeProviderIcon.php.
References getFilename(), and getRelativeDirectory().
Referenced by delete(), exists(), and getAbsoluteFilePath().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 225 of file class.ilLTIConsumeProviderIcon.php.
References $SUPPORTED_FILE_EXTENSIONS.
Referenced by ilLTIConsumeProviderFormGUI\initForm().
Here is the caller graph for this function:| ilLTIConsumeProviderIcon::handleUploadInputSubission | ( | ilImageFileInputGUI | $fileInput | ) |
| ilImageFileInputGUI | $fileInput |
ILIAS\FileUpload\Exception\IllegalStateException
ILIAS\Filesystem\Exception\FileNotFoundException
ILIAS\Filesystem\Exception\IOException
Definition at line 207 of file class.ilLTIConsumeProviderIcon.php.
References $_POST, ilImageFileInputGUI\getDeletionFlag(), ilFormPropertyGUI\getPostVar(), and save().
Here is the call graph for this function:
|
protected |
| string | $uploadFile |
ILIAS\FileUpload\Exception\IllegalStateException
ILIAS\Filesystem\Exception\FileNotFoundException
ILIAS\Filesystem\Exception\IOException
Definition at line 167 of file class.ilLTIConsumeProviderIcon.php.
References $DIC, $result, $results, buildFilename(), convert(), getRelativeDirectory(), and setFilename().
Referenced by handleUploadInputSubission().
Here is the call graph for this function:
Here is the caller graph for this function:| ilLTIConsumeProviderIcon::setFilename | ( | string | $filename | ) |
|
protected |
Definition at line 34 of file class.ilLTIConsumeProviderIcon.php.
Referenced by __construct(), getFilename(), and setFilename().
|
protected |
Definition at line 29 of file class.ilLTIConsumeProviderIcon.php.
Referenced by __construct().
|
staticprotected |
Definition at line 18 of file class.ilLTIConsumeProviderIcon.php.
|
staticprotected |
Definition at line 22 of file class.ilLTIConsumeProviderIcon.php.
Referenced by getSupportedFileExtensions().
| const ilLTIConsumeProviderIcon::MAX_ICON_SIZE = 32 |
Definition at line 16 of file class.ilLTIConsumeProviderIcon.php.