|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Factory to create Skin classes holds an manages the basic data of a skin as provide by the template of the skin. More...
Collaboration diagram for ilSkinFactory:Public Member Functions | |
| __construct (Language $lng, ?ilSystemStyleConfig $config=null) | |
| skinStyleContainerFromId (string $skin_id, ilSystemStyleMessageStack $message_stack) | |
| Get container class is responsible for all file system related actions related actions of a skin such as copying files and folders, generating a new skin, deleting a skin etc. More... | |
Protected Attributes | |
| ilSystemStyleConfig | $config |
| Language | $lng |
Factory to create Skin classes holds an manages the basic data of a skin as provide by the template of the skin.
Definition at line 25 of file class.ilSkinFactory.php.
| ilSkinFactory::__construct | ( | Language | $lng, |
| ?ilSystemStyleConfig | $config = null |
||
| ) |
Definition at line 30 of file class.ilSkinFactory.php.
References $config, $id, $lng, $path, ilSystemStyleException\FILE_OPENING_FAILED, ILIAS\Repository\lng(), ilSystemStyleException\NO_PARENT_STYLE, ilSkinStyle\parseFromXMLElement(), and ilSkin\setVersion().
Here is the call graph for this function:| ilSkinFactory::skinStyleContainerFromId | ( | string | $skin_id, |
| ilSystemStyleMessageStack | $message_stack | ||
| ) |
Get container class is responsible for all file system related actions related actions of a skin such as copying files and folders, generating a new skin, deleting a skin etc.
| ilSystemStyleException |
Definition at line 90 of file class.ilSkinFactory.php.
References ILIAS\Repository\lng(), and ilSystemStyleException\NO_SKIN_ID.
Referenced by ilSystemStyleOverviewGUI\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilSkinFactory.php.
Referenced by __construct().
|
protected |
Definition at line 28 of file class.ilSkinFactory.php.
Referenced by __construct().