|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ilLTIConsumeProviderIcon:Public Member Functions | |
| __construct (int $providerId, string $filename='') | |
| ilLTIConsumeProviderIcon constructor. More... | |
| buildFilename (string $fileExtension) | |
| getFilename () | |
| setFilename (string $filename) | |
| getRelativeDirectory () | |
| getRelativeFilePath () | |
| getAbsoluteFilePath () | |
| exists () | |
| handleUploadInputSubission (ilImageFileInputGUI $fileInput, array $fileData) | |
Static Public Member Functions | |
| static | getSupportedFileExtensions () |
Data Fields | |
| const | MAX_ICON_SIZE = 32 |
Protected Member Functions | |
| ensureExistingRelativeDirectory () | |
| delete () | |
| convert () | |
| save (string $uploadFile) | |
Protected Attributes | |
| int | $providerId |
| string | $filename |
Static Protected Attributes | |
| static array | $RELATIVE_DIRECTORY_PATH |
| static array | $SUPPORTED_FILE_EXTENSIONS |
Definition at line 29 of file class.ilLTIConsumeProviderIcon.php.
| ilLTIConsumeProviderIcon::__construct | ( | int | $providerId, |
| string | $filename = '' |
||
| ) |
ilLTIConsumeProviderIcon constructor.
ILIAS\Filesystem\Exception\IOException
Definition at line 55 of file class.ilLTIConsumeProviderIcon.php.
References $DIC, $filename, $providerId, and ensureExistingRelativeDirectory().
Here is the call graph for this function:| ilLTIConsumeProviderIcon::buildFilename | ( | string | $fileExtension | ) |
Definition at line 65 of file class.ilLTIConsumeProviderIcon.php.
Referenced by save().
Here is the caller graph for this function:
|
protected |
Definition at line 137 of file class.ilLTIConsumeProviderIcon.php.
References $type, ilShellUtil\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 126 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 102 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 111 of file class.ilLTIConsumeProviderIcon.php.
References $DIC, getFilename(), and getRelativeFilePath().
Here is the call graph for this function:| ilLTIConsumeProviderIcon::getAbsoluteFilePath | ( | ) |
Definition at line 92 of file class.ilLTIConsumeProviderIcon.php.
References getRelativeFilePath(), and ilFileUtils\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 70 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 80 of file class.ilLTIConsumeProviderIcon.php.
Referenced by ensureExistingRelativeDirectory(), getRelativeFilePath(), and save().
Here is the caller graph for this function:| ilLTIConsumeProviderIcon::getRelativeFilePath | ( | ) |
Definition at line 85 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 218 of file class.ilLTIConsumeProviderIcon.php.
References $SUPPORTED_FILE_EXTENSIONS.
Referenced by ilLTIConsumeProviderFormGUI\initForm(), and ilLTIConsumeProviderFormGUI\initToolConfigForm().
Here is the caller graph for this function:| ilLTIConsumeProviderIcon::handleUploadInputSubission | ( | ilImageFileInputGUI | $fileInput, |
| array | $fileData | ||
| ) |
ILIAS\FileUpload\Exception\IllegalStateException
ILIAS\Filesystem\Exception\FileNotFoundException
ILIAS\Filesystem\Exception\IOException
Definition at line 202 of file class.ilLTIConsumeProviderIcon.php.
References $DIC, ilImageFileInputGUI\getDeletionFlag(), and save().
Here is the call graph for this function:
|
protected |
ILIAS\FileUpload\Exception\IllegalStateException
ILIAS\Filesystem\Exception\FileNotFoundException
ILIAS\Filesystem\Exception\IOException
Definition at line 161 of file class.ilLTIConsumeProviderIcon.php.
References $DIC, $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 49 of file class.ilLTIConsumeProviderIcon.php.
Referenced by __construct(), getFilename(), and setFilename().
|
protected |
Definition at line 44 of file class.ilLTIConsumeProviderIcon.php.
Referenced by __construct().
|
staticprotected |
Definition at line 33 of file class.ilLTIConsumeProviderIcon.php.
|
staticprotected |
Definition at line 37 of file class.ilLTIConsumeProviderIcon.php.
Referenced by getSupportedFileExtensions().
| const ilLTIConsumeProviderIcon::MAX_ICON_SIZE = 32 |
Definition at line 31 of file class.ilLTIConsumeProviderIcon.php.