ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
Public Member Functions | |
__construct (protected InternalDataService $data, InternalRepoService $repo, protected InternalDomainService $domain, protected ResourceStakeholder $stakeholder, protected int $style_id) | |
writeCss () | |
getPath (bool $add_random=true, bool $add_token=true) | |
getResourceIdentification () | |
createContainerFromLocalZip (string $local_zip_path) | |
createContainerFromLocalDir (string $local_dir_path, string $container_path="", bool $recursive=true) | |
importFromUploadResult (UploadResult $result,) | |
cloneResourceContainer (int $from_style_id) | |
Protected Attributes | |
StyleRepo | $repo |
Definition at line 30 of file StyleManager.php.
ILIAS\Style\Content\Style\StyleManager::__construct | ( | protected InternalDataService | $data, |
InternalRepoService | $repo, | ||
protected InternalDomainService | $domain, | ||
protected ResourceStakeholder | $stakeholder, | ||
protected int | $style_id | ||
) |
Definition at line 33 of file StyleManager.php.
References ILIAS\Style\Content\InternalRepoService\style().
ILIAS\Style\Content\Style\StyleManager::cloneResourceContainer | ( | int | $from_style_id | ) |
Definition at line 110 of file StyleManager.php.
ILIAS\Style\Content\Style\StyleManager::createContainerFromLocalDir | ( | string | $local_dir_path, |
string | $container_path = "" , |
||
bool | $recursive = true |
||
) |
Definition at line 82 of file StyleManager.php.
ILIAS\Style\Content\Style\StyleManager::createContainerFromLocalZip | ( | string | $local_zip_path | ) |
Definition at line 72 of file StyleManager.php.
ILIAS\Style\Content\Style\StyleManager::getPath | ( | bool | $add_random = true , |
bool | $add_token = true |
||
) |
Definition at line 56 of file StyleManager.php.
ILIAS\Style\Content\Style\StyleManager::getResourceIdentification | ( | ) |
Definition at line 67 of file StyleManager.php.
ILIAS\Style\Content\Style\StyleManager::importFromUploadResult | ( | UploadResult | $result | ) |
Definition at line 96 of file StyleManager.php.
References ILIAS\FileUpload\DTO\UploadResult\getName(), ILIAS\FileUpload\DTO\UploadResult\getPath(), and null.
ILIAS\Style\Content\Style\StyleManager::writeCss | ( | ) |
Definition at line 43 of file StyleManager.php.
|
protected |
Definition at line 32 of file StyleManager.php.