ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
Public Member Functions | |
__construct (ilDBInterface $db, InternalDataService $factory, protected IRSSWrapper $irss) | |
readRid (int $style_id) | |
createContainerFromLocalZip (int $style_id, string $local_zip_path, ResourceStakeholder $stakeholder) | |
createContainerFromLocalDir (int $style_id, string $local_dir_path, ResourceStakeholder $stakeholder, string $container_path="", bool $recursive=true) | |
getOrCreateRid (int $style_id, ResourceStakeholder $stakeholder) | |
writeCss (int $style_id, string $css, ResourceStakeholder $stakeholder) | |
getPath (int $style_id, bool $add_random=true, bool $add_token=true) | |
getResourceIdentification (int $style_id) | |
cloneResourceContainer (int $from_style_id, int $to_style_id) | |
Protected Member Functions | |
createRid (int $style_id, ResourceStakeholder $stakeholder) | |
Protected Attributes | |
ilDBInterface | $db |
InternalDataService | $factory |
Definition at line 29 of file StyleRepo.php.
ILIAS\Style\Content\Style\StyleRepo::__construct | ( | ilDBInterface | $db, |
InternalDataService | $factory, | ||
protected IRSSWrapper | $irss | ||
) |
Definition at line 34 of file StyleRepo.php.
References ILIAS\Style\Content\Style\StyleRepo\$db, ILIAS\Style\Content\Style\StyleRepo\$factory, and factory().
ILIAS\Style\Content\Style\StyleRepo::cloneResourceContainer | ( | int | $from_style_id, |
int | $to_style_id | ||
) |
Definition at line 175 of file StyleRepo.php.
References ILIAS\Style\Content\Style\StyleRepo\readRid().
ILIAS\Style\Content\Style\StyleRepo::createContainerFromLocalDir | ( | int | $style_id, |
string | $local_dir_path, | ||
ResourceStakeholder | $stakeholder, | ||
string | $container_path = "" , |
||
bool | $recursive = true |
||
) |
Definition at line 92 of file StyleRepo.php.
ILIAS\Style\Content\Style\StyleRepo::createContainerFromLocalZip | ( | int | $style_id, |
string | $local_zip_path, | ||
ResourceStakeholder | $stakeholder | ||
) |
Definition at line 74 of file StyleRepo.php.
|
protected |
Definition at line 57 of file StyleRepo.php.
Referenced by ILIAS\Style\Content\Style\StyleRepo\getOrCreateRid().
ILIAS\Style\Content\Style\StyleRepo::getOrCreateRid | ( | int | $style_id, |
ResourceStakeholder | $stakeholder | ||
) |
Definition at line 112 of file StyleRepo.php.
References ILIAS\Style\Content\Style\StyleRepo\createRid(), and ILIAS\Style\Content\Style\StyleRepo\readRid().
Referenced by ILIAS\Style\Content\Style\StyleRepo\writeCss().
ILIAS\Style\Content\Style\StyleRepo::getPath | ( | int | $style_id, |
bool | $add_random = true , |
||
bool | $add_token = true |
||
) |
Definition at line 135 of file StyleRepo.php.
References $path, ilFileUtils\getWebspaceDir(), ILIAS\Style\Content\Style\StyleRepo\readRid(), and ilWACSignedPath\signFile().
ILIAS\Style\Content\Style\StyleRepo::getResourceIdentification | ( | int | $style_id | ) |
Definition at line 166 of file StyleRepo.php.
References null, and ILIAS\Style\Content\Style\StyleRepo\readRid().
ILIAS\Style\Content\Style\StyleRepo::readRid | ( | int | $style_id | ) |
Definition at line 43 of file StyleRepo.php.
Referenced by ILIAS\Style\Content\Style\StyleRepo\cloneResourceContainer(), ILIAS\Style\Content\Style\StyleRepo\getOrCreateRid(), ILIAS\Style\Content\Style\StyleRepo\getPath(), and ILIAS\Style\Content\Style\StyleRepo\getResourceIdentification().
ILIAS\Style\Content\Style\StyleRepo::writeCss | ( | int | $style_id, |
string | $css, | ||
ResourceStakeholder | $stakeholder | ||
) |
Definition at line 126 of file StyleRepo.php.
References ILIAS\Style\Content\Style\StyleRepo\getOrCreateRid().
|
protected |
Definition at line 31 of file StyleRepo.php.
Referenced by ILIAS\Style\Content\Style\StyleRepo\__construct().
|
protected |
Definition at line 32 of file StyleRepo.php.
Referenced by ILIAS\Style\Content\Style\StyleRepo\__construct().