|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
Class ilObjStyleSheet. More...
Inheritance diagram for ilObjStyleSheet:
Collaboration diagram for ilObjStyleSheet:Public Member Functions | |
| __construct (int $a_id=0, bool $a_call_by_reference=false) | |
| setUpToDate (bool $a_up_to_date=true) | |
| Set style up to date (false + update will trigger css generation next time) More... | |
| getUpToDate () | |
| setScope (int $a_scope) | |
| getScope () | |
| create (int $a_from_style=0, bool $a_import_mode=false) | |
| Create a new style. More... | |
| characteristicExists (string $a_char, string $a_style_type) | |
| Check whether characteristic exists. More... | |
| addCharacteristic (string $a_type, string $a_char, bool $a_hidden=false, int $order_nr=0, bool $outdated=false) | |
| getCharacteristics (string $a_type="", bool $a_no_hidden=false, bool $a_include_core=true) | |
| Get characteristics. More... | |
| hasCharacteristic (string $type, string $char) | |
| setCharacteristics (array $a_chars) | |
| saveHideStatus (string $a_type, string $a_char, bool $a_hide) | |
| Save characteristic hidden status. More... | |
| getHideStatus (string $a_type, string $a_char) | |
| Get characteristic hidden status. More... | |
| ilClone () | |
| clone style sheet (note: styles have no ref ids and return an object id) More... | |
| copyImagesToDir (string $a_target) | |
| Copy images to directory. More... | |
| addParameter (string $a_tag, string $a_par, string $a_type, int $a_mq_id=0, bool $a_custom=false) | |
| write style parameter to db More... | |
| createImagesDirectory () | |
| Create images directory <data_dir>/sty/sty_<id>/images. More... | |
| getImagesDirectory () | |
| getThumbnailsDirectory () | |
| deleteParameter (int $a_id) | |
| delete style parameter More... | |
| deleteCustomStylePars (string $a_tag, string $a_class, string $a_type, int $a_mq_id=0) | |
| Delete style parameter by tag/class/parameter. More... | |
| deleteStyleParOfChar (string $a_type, string $a_class) | |
| Delete style parameters of characteristic. More... | |
| delete () | |
| delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More... | |
| read () | |
| read style properties More... | |
| writeCSSFile (string $a_target_file="", string $a_image_dir="") | |
| write css file to webspace directory More... | |
| getParametersOfClass (string $a_type, string $a_class, int $a_mq_id=0) | |
| update () | |
| updateStyleParameter (int $a_id, string $a_value) | |
| update style parameter per id More... | |
| getStyle () | |
| setStyle (array $a_style) | |
| handleXmlString (string $a_str) | |
| getXML () | |
| get xml representation of style object todo: add mq_id More... | |
| createExportDirectory () | |
| cleanExportDirectory () | |
| createExportSubDirectory () | |
| setExportSubDir (string $a_dir) | |
| Set local directory, that will be included within the zip file. More... | |
| getExportSubDir () | |
| The local directory, that will be included within the zip file. More... | |
| export () | |
| exportXML (string $a_dir) | |
| export style xml file to directory More... | |
| createImportDirectory () | |
| import ($a_file) | |
| createFromXMLFile (string $a_file, bool $a_skip_parent_create=false) | |
| create style from xml file todo: add mq_id and custom More... | |
| getStyleParameterGroups () | |
| Get grouped parameter. More... | |
| determineTemplateStyleClassType (string $t, string $k) | |
| do_3_10_Migration () | |
| Migrates 3.10 style to 3.11 style. More... | |
| do_3_10_CharMigration (int $a_id=0) | |
| This is more or less a copy of Services/Migration/DBUpdate_1385/classes ilStyleMigration->addMissingStyleCharacteristics() Any changes here may also be interesting there. More... | |
| do_3_9_Migration (int $a_id) | |
| Migrate old 3.9 styles. More... | |
| getColors () | |
| Get colors of style. More... | |
| removeColor (string $a_name) | |
| Remove a color. More... | |
| getColorCodeForName (string $a_name) | |
| getMediaQueries () | |
| addMediaQuery (string $a_mquery, int $order_nr=0) | |
| getMaxMQueryOrderNr () | |
| Get maximum media query order nr. More... | |
| updateMediaQuery (int $a_id, string $a_mquery) | |
| getMediaQueryForId (int $a_id) | |
| Get media query for id. More... | |
| deleteMediaQuery (int $a_id) | |
| Delete media query. More... | |
| saveMediaQueryOrder (?array $a_order_nr=null) | |
| Save media query order. More... | |
| getTemplates (string $a_type) | |
| Get table templates of style. More... | |
| getTemplateClasses (int $a_tid) | |
| Get template classes. More... | |
| addTemplate (string $a_type, string $a_name, array $a_classes) | |
| Add table template. More... | |
| updateTemplate (int $a_t_id, string $a_name, array $a_classes) | |
| Update table template. More... | |
| addTemplateClass (int $a_t_id, string $a_type, string $a_class) | |
| templateExists (string $a_template_name) | |
| Check whether template exists. More... | |
| getTemplate (int $a_t_id) | |
| lookupTemplateName (int $a_t_id) | |
| Lookup table template name for template ID. More... | |
| getTemplateXML () | |
| Get table template xml. More... | |
| writeTemplatePreview (int $a_t_id, string $a_preview_html) | |
| Write table template preview. More... | |
| lookupTemplatePreview (int $a_t_id) | |
| Lookup table template preview. More... | |
| removeTemplate (int $a_t_id) | |
| Remove table template. More... | |
| writeStyleSetting (string $a_name, string $a_value) | |
| lookupStyleSetting (string $a_name) | |
| Lookup style setting. More... | |
Public Member Functions inherited from ilObject | |
| getObjectProperties () | |
| flushObjectProperties () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not) More... | |
| processAutoRating () | |
| read () | |
| getId () | |
| setId (int $id) | |
| setRefId (int $ref_id) | |
| getRefId () | |
| getType () | |
| setType (string $type) | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions More... | |
| getTitle () | |
| getUntranslatedTitle () | |
| Get untranslated object title WebDAV needs to access the untranslated title of an object. More... | |
| setTitle (string $title) | |
| getDescription () | |
| setDescription (string $description) | |
| getLongDescription () | |
| get object long description (stored in object_description) More... | |
| getImportId () | |
| setImportId (string $import_id) | |
| setOfflineStatus (bool $status) | |
| getOfflineStatus () | |
| supportsOfflineHandling () | |
| getOwner () | |
| getOwnerName () | |
| get full name of object owner More... | |
| setOwner (int $usr_id) | |
| getCreateDate () | |
| Get create date in YYYY-MM-DD HH-MM-SS format. More... | |
| getLastUpdateDate () | |
| Get last update date in YYYY-MM-DD HH-MM-SS format. More... | |
| create () | |
| note: title, description and type should be set when this function is called More... | |
| update () | |
| MDUpdateListener (string $element) | |
| Metadata update listener. More... | |
| createMetaData () | |
| updateMetaData () | |
| deleteMetaData () | |
| updateOwner () | |
| update owner of object in db More... | |
| putInTree (int $parent_ref_id) | |
| maybe this method should be in tree object!? More... | |
| setPermissions (int $parent_ref_id) | |
| setParentRolePermissions (int $parent_ref_id) | |
| Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g. More... | |
| createReference () | |
| creates reference for object More... | |
| countReferences () | |
| delete () | |
| delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More... | |
| initDefaultRoles () | |
| init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type. More... | |
| applyDidacticTemplate (int $tpl_id) | |
| getXMLZip () | |
| getHTMLDirectory () | |
| appendCopyInfo (int $target_id, int $copy_id, int $new_obj_id) | |
| Prepend Copy info if object with same name exists in that container. More... | |
| cloneDependencies (int $target_id, int $copy_id) | |
| Clone object dependencies. More... | |
| cloneMetaData (ilObject $target_obj) | |
| Copy meta data. More... | |
| selfOrParentWithRatingEnabled () | |
| getPossibleSubObjects (bool $filter=true) | |
| get all possible sub objects of this type the object can decide which types of sub objects are possible jut in time overwrite if the decision distinguish from standard model More... | |
Static Public Member Functions | |
| static | getBasicZipPath () |
| static | _writeUpToDate (int $a_id, bool $a_up_to_date) |
| static | writeOwner ($obj_id, $style_id) |
| static | _lookupUpToDate (int $a_id) |
| static | _writeStandard (int $a_id, bool $a_std) |
| Write standard flag. More... | |
| static | _writeScope (int $a_id, int $a_scope) |
| static | _lookupStandard (int $a_id) |
| Lookup standard flag. More... | |
| static | _writeActive (int $a_id, bool $a_active) |
| static | _lookupActive (int $a_id) |
| Lookup active flag. More... | |
| static | _getStandardStyles (bool $a_exclude_default_style=false, bool $a_include_deactivated=false, int $a_scope=0) |
| Get standard styles. More... | |
| static | _getClonableContentStyles () |
| Get all clonable styles (active standard styles and individual learning module styles with write permission). More... | |
| static | _getBasicStyleDom () |
| static | getBasicImageDir () |
| static | _createImagesDirectory (int $a_style_id) |
| Create images directory <data_dir>/sty/sty_<id>/images. More... | |
| static | _getImagesDirectory (int $a_style_id) |
| static | getEffectiveContentStyleId (int $a_style_id) |
| Get effective Style Id. More... | |
| static | getExportContentStylePath () |
| static | getContentStylePath (int $a_style_id, bool $add_random=true, bool $add_token=true) |
| get content style path static (to avoid full reading) More... | |
| static | getContentPrintStyle () |
| static | getSyntaxStylePath () |
| static | getBaseContentStylePath () |
| static | _getStyleParameterInputType (string $par) |
| static | _getStyleParameterSubPar (string $par) |
| static | _getStyleParameters (string $a_tag="") |
| static | _getFilteredGroups () |
| static | _getStyleParameterNumericUnits (bool $a_no_percentage=false) |
| static | _getStyleParameterValues (string $par) |
| static | _getStyleSuperTypes () |
| static | _isExpandable (string $a_type) |
| static | _isHideable (string $a_type) |
| static | _getStyleSuperTypeForType (string $a_type) |
| static | _getCoreStyles () |
| static | isCoreStyle (string $a_type, string $a_class) |
| static | _getTemplateClassTypes (string $a_template_type="") |
| Get template class types. More... | |
| static | _getPseudoClasses (string $tag) |
| static | _determineTag (string $a_type) |
| static | getAvailableParameters () |
| static | _addMissingStyleClassesToStyle (int $a_id) |
| Add missing style classes to all styles. More... | |
| static | _addMissingStyleClassesToAllStyles (?array $a_styles=null) |
| Add missing style classes to all styles todo: add mq_id and custom handling. More... | |
| static | _getColorFlavor (string $a_rgb, int $a_i) |
| Get color flavor. More... | |
| static | _explodeRGB (string $a_rgb, bool $as_dec=false) |
| Explode an RGB string into an array. More... | |
| static | _RGBToHLS (array $a_rgb) |
| RGB to HLS (both arrays, 0..255) More... | |
| static | _HLSToRGB (array $a_hls) |
| HLS to RGB (both arrays, 0..255) More... | |
| static | _lookupTemplateName (int $a_t_id) |
| Lookup table template name for template ID. More... | |
| static | _lookupTemplateIdByName (int $a_style_id, string $a_name) |
| Lookup table template preview. More... | |
| static | writeStyleUsage (int $a_obj_id, int $a_style_id) |
| Write style usage. More... | |
| static | lookupObjectStyle (int $a_obj_id) |
| Lookup object style. More... | |
| static | lookupObjectForStyle (int $a_style_id) |
| Lookup objects for style. More... | |
Static Public Member Functions inherited from ilObject | |
| static | _lookupObjIdByImportId (string $import_id) |
| Get (latest) object id for an import id. More... | |
| static | _lookupImportId (int $obj_id) |
| static | _lookupOwnerName (int $owner_id) |
| Lookup owner name for owner id. More... | |
| static | _getIdForImportId (string $import_id) |
| static | _getAllReferences (int $id) |
| get all reference ids for object ID More... | |
| static | _lookupTitle (int $obj_id) |
| static | lookupOfflineStatus (int $obj_id) |
| Lookup offline status using objectDataCache. More... | |
| static | _lookupOwner (int $obj_id) |
| Lookup owner user ID for object ID. More... | |
| static | _getIdsForTitle (string $title, string $type='', bool $partial_match=false) |
| static | _lookupDescription (int $obj_id) |
| static | _lookupLastUpdate (int $obj_id, bool $formatted=false) |
| static | _getLastUpdateOfObjects (array $obj_ids) |
| static | _lookupObjId (int $ref_id) |
| static | _setDeletedDate (int $ref_id, int $deleted_by) |
| static | setDeletedDates (array $ref_ids, int $user_id) |
| static | _resetDeletedDate (int $ref_id) |
| static | _lookupDeletedDate (int $ref_id) |
| static | _writeTitle (int $obj_id, string $title) |
| write title to db (static) More... | |
| static | _writeDescription (int $obj_id, string $desc) |
| write description to db (static) More... | |
| static | _writeImportId (int $obj_id, string $import_id) |
| write import id to db (static) More... | |
| static | _lookupType (int $id, bool $reference=false) |
| static | _isInTrash (int $ref_id) |
| static | _hasUntrashedReference (int $obj_id) |
| checks whether an object has at least one reference that is not in trash More... | |
| static | _lookupObjectId (int $ref_id) |
| static | _getObjectsDataForType (string $type, bool $omit_trash=false) |
| get all objects of a certain type More... | |
| static | _exists (int $id, bool $reference=false, ?string $type=null) |
| checks if an object exists in object_data More... | |
| static | _getObjectsByType (string $obj_type="", ?int $owner=null) |
| static | _prepareCloneSelection (array $ref_ids, string $new_type, bool $show_path=true) |
| Prepare copy wizard object selection. More... | |
| static | getIconForType (string $type) |
| static | _getIcon (int $obj_id=0, string $size="big", string $type="", bool $offline=false) |
| Get icon for repository item. More... | |
| static | collectDeletionDependencies (array &$deps, int $ref_id, int $obj_id, string $type, int $depth=0) |
| Collect deletion dependencies. More... | |
| static | getDeletionDependencies (int $obj_id) |
| Get deletion dependencies. More... | |
| static | getLongDescriptions (array $obj_ids) |
| static | getAllOwnedRepositoryObjects (int $user_id) |
| static | fixMissingTitles ($type, array &$obj_title_map) |
| Try to fix missing object titles. More... | |
| static | _lookupCreationDate (int $obj_id) |
| static | _getObjectTypeIdByTitle (string $type, ?\ilDBInterface $ilDB=null) |
Data Fields | |
| array | $style = [] |
Data Fields inherited from ilObject | |
| const | TITLE_LENGTH = 255 |
| const | DESC_LENGTH = 128 |
| const | LONG_DESC_LENGTH = 4000 |
| const | TABLE_OBJECT_DATA = "object_data" |
| array | $objectList |
| string | $untranslatedTitle |
Static Public Attributes | |
| static array | $num_unit = array("px", "em", "rem", "ex", "%", "pt", "pc", "in", "mm", "cm") |
| static array | $num_unit_no_perc = array("px", "em", "rem", "ex", "pt", "pc", "in", "mm", "cm") |
| static array | $parameter |
| static array | $filtered_groups |
| static array | $style_super_types |
| static array | $expandable_types |
| static array | $hideable_types |
| static array | $assigned_tags |
| static array | $pseudo_classes |
| static array | $core_styles |
| static array | $templates |
Static Protected Member Functions | |
| static | hexdec (string $hex) |
Protected Attributes | |
| InternalDomainService | $domain |
| ILIAS Style Content InternalRepoService | $repo |
| bool | $is_3_10_skin = false |
| string | $export_sub_dir = "" |
| array | $chars_by_type = [] |
| array | $end_styles = [] |
| array | $chars = [] |
| bool | $up_to_date = false |
| array | $hidden_chars = [] |
| array | $style_class = [] |
| int | $scope = 0 |
Protected Attributes inherited from ilObject | |
| ilLogger | $obj_log |
| ILIAS | $ilias |
| ilObjectDefinition | $obj_definition |
| ilDBInterface | $db |
| ilLogger | $log |
| ilErrorHandling | $error |
| ilTree | $tree |
| ilAppEventHandler | $app_event_handler |
| ilRbacAdmin | $rbac_admin |
| ilRbacReview | $rbac_review |
| ilObjUser | $user |
| ilLanguage | $lng |
| LOMServices | $lom_services |
| bool | $call_by_reference |
| int | $max_title = self::TITLE_LENGTH |
| int | $max_desc = self::DESC_LENGTH |
| bool | $add_dots = true |
| int | $ref_id = null |
| string | $type = "" |
| string | $title = "" |
| string | $desc = "" |
| string | $long_desc = "" |
| int | $owner = 0 |
| string | $create_date = "" |
| string | $last_update = "" |
| string | $import_id = "" |
| bool | $register = false |
Static Protected Attributes | |
| static string | $basic_style_file = "../vendor/ilias/Style/basic_style/style.xml" |
| static string | $basic_style_zip = "../vendor/ilias/Style/basic_style/style.zip" |
| static string | $basic_style_image_dir = "./components/ILIAS/COPage/basic_style/images" |
| static DOMDocument | $basic_style_dom = null |
Additional Inherited Members | |
Protected Member Functions inherited from ilObject | |
| doMDUpdateListener (string $a_element) | |
| beforeMDUpdateListener (string $a_element) | |
| doCreateMetaData () | |
| beforeCreateMetaData () | |
| doUpdateMetaData () | |
| beforeUpdateMetaData () | |
| doDeleteMetaData () | |
| beforeDeleteMetaData () | |
| handleAutoRating () | |
| hasAutoRating () | |
Class ilObjStyleSheet.
Definition at line 28 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::__construct | ( | int | $a_id = 0, |
| bool | $a_call_by_reference = false |
||
| ) |
Definition at line 496 of file class.ilObjStyleSheet.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\lng().
Here is the call graph for this function:
|
static |
Add missing style classes to all styles todo: add mq_id and custom handling.
Definition at line 1997 of file class.ilObjStyleSheet.php.
References ilObject\_getObjectsDataForType().
Here is the call graph for this function:
|
static |
Add missing style classes to all styles.
Definition at line 1986 of file class.ilObjStyleSheet.php.
Referenced by import(), and ilObjStyleSheetGUI\saveObject().
Here is the caller graph for this function:
|
static |
Create images directory <data_dir>/sty/sty_<id>/images.
Definition at line 1086 of file class.ilObjStyleSheet.php.
References ilFileUtils\makeDir().
Referenced by createImagesDirectory().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1968 of file class.ilObjStyleSheet.php.
Referenced by _getCoreStyles(), ILIAS\Style\Content\CharacteristicTableGUI\fillRow(), getXML(), and ilStyleCharacteristicGUI\saveCharacteristic().
Here is the caller graph for this function:
|
static |
Explode an RGB string into an array.
Definition at line 2419 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 751 of file class.ilObjStyleSheet.php.
|
static |
Get all clonable styles (active standard styles and individual learning module styles with write permission).
Definition at line 709 of file class.ilObjStyleSheet.php.
References $DIC, $id, $ilDB, $q, $ref_id, ilObject\_getAllReferences(), ilObjContentObject\_lookupContObjIdByStyleId(), ilObject\_lookupTitle(), and ILIAS\Repository\int().
Referenced by ilObjStyleSheetGUI\getCloneForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Get color flavor.
Definition at line 2393 of file class.ilObjStyleSheet.php.
Referenced by ilStyleColorTableGUI\fillRow(), and getColorCodeForName().
Here is the caller graph for this function:
|
static |
Definition at line 1919 of file class.ilObjStyleSheet.php.
References _determineTag().
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilStyleCharacteristicGUI\deleteCharacteristicConfirmation(), and ilStyleCharacteristicGUI\deleteCoreCharMessage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1870 of file class.ilObjStyleSheet.php.
Referenced by ilStyleCharacteristicGUI\getValues(), and ilStyleCharacteristicGUI\initTagStyleForm().
Here is the caller graph for this function:
|
static |
Definition at line 1135 of file class.ilObjStyleSheet.php.
References ilFileUtils\getWebspaceDir().
Referenced by getImagesDirectory().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1955 of file class.ilObjStyleSheet.php.
|
static |
Get standard styles.
Definition at line 662 of file class.ilObjStyleSheet.php.
Referenced by ILIAS\Style\Content\Object\ObjectManager\getSelectableStyles().
Here is the caller graph for this function:
|
static |
Definition at line 1841 of file class.ilObjStyleSheet.php.
Referenced by ilStyleCharacteristicGUI\initTagStyleForm().
Here is the caller graph for this function:
|
static |
Definition at line 1875 of file class.ilObjStyleSheet.php.
Referenced by ilBackgroundPositionInputGUI\insert(), ilFontSizeInputGUI\insert(), ilNumericStyleValueInputGUI\insert(), ilTRBLBorderWidthInputGUI\insert(), and ilTRBLNumericStyleValueInputGUI\insert().
Here is the caller graph for this function:
|
static |
Definition at line 1853 of file class.ilObjStyleSheet.php.
Referenced by ilStyleCharacteristicGUI\getValues(), and ilStyleCharacteristicGUI\saveTagStyle().
Here is the caller graph for this function:
|
static |
Definition at line 1847 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 1884 of file class.ilObjStyleSheet.php.
Referenced by ilBackgroundPositionInputGUI\insert(), ilFontSizeInputGUI\insert(), ilTRBLBorderStyleInputGUI\insert(), and ilTRBLBorderWidthInputGUI\insert().
Here is the caller graph for this function:
|
static |
Definition at line 1905 of file class.ilObjStyleSheet.php.
Referenced by ilObjStyleSheetGUI\__construct().
Here is the caller graph for this function:
|
static |
Definition at line 1890 of file class.ilObjStyleSheet.php.
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilStyleCharacteristicGUI\initCharacteristicForm(), ilStyleCharacteristicGUI\listCharacteristics(), and ilStyleCharacteristicGUI\setListSubTabs().
Here is the caller graph for this function:
|
static |
Get template class types.
Definition at line 1946 of file class.ilObjStyleSheet.php.
Referenced by ilObjStyleSheetGUI\getTemplateFormValues(), getTemplateXML(), getXML(), ilObjStyleSheetGUI\initTemplateForm(), ilObjStyleSheetGUI\saveTemplateObject(), and ilObjStyleSheetGUI\setTemplatesSubTabs().
Here is the caller graph for this function:
|
static |
HLS to RGB (both arrays, 0..255)
Definition at line 2489 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 1895 of file class.ilObjStyleSheet.php.
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\__construct(), ilStyleCharacteristicGUI\copyCharacteristics(), ilStyleCharacteristicGUI\initCharacteristicForm(), and ilStyleCharacteristicGUI\listCharacteristics().
Here is the caller graph for this function:
|
static |
Definition at line 1900 of file class.ilObjStyleSheet.php.
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\__construct(), and ILIAS\Style\Content\CharacteristicTableGUI\fillRow().
Here is the caller graph for this function:
|
static |
Lookup active flag.
Definition at line 644 of file class.ilObjStyleSheet.php.
References $DIC, $ilDB, $q, and $res.
Referenced by ilContentStyleSettingsGUI\edit().
Here is the caller graph for this function:
|
static |
Lookup standard flag.
Definition at line 615 of file class.ilObjStyleSheet.php.
References $DIC, $ilDB, $q, and $res.
Referenced by ILIAS\Style\Content\Object\ObjectManager\cloneTo(), ilObjectCopyGUI\copyParentPage(), and ILIAS\Style\Content\Object\ObjectManager\inheritFromParent().
Here is the caller graph for this function:
|
static |
Lookup table template preview.
Definition at line 2970 of file class.ilObjStyleSheet.php.
Referenced by ilPCTabsGUI\getFormValues(), and ilPCTableGUI\getPropertiesFormValues().
Here is the caller graph for this function:
|
static |
Lookup table template name for template ID.
Definition at line 2867 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 569 of file class.ilObjStyleSheet.php.
|
static |
RGB to HLS (both arrays, 0..255)
Definition at line 2447 of file class.ilObjStyleSheet.php.
References Vendor\Package\$b.
|
static |
Definition at line 629 of file class.ilObjStyleSheet.php.
References $DIC, $ilDB, and $q.
Referenced by ilContentStyleSettingsGUI\saveActiveStyles().
Here is the caller graph for this function:
|
static |
Definition at line 600 of file class.ilObjStyleSheet.php.
References $DIC, $ilDB, and $q.
Referenced by ilContentStyleSettingsGUI\saveScope().
Here is the caller graph for this function:
|
static |
Write standard flag.
Definition at line 586 of file class.ilObjStyleSheet.php.
Referenced by ilObjStyleSheetGUI\copyStyleObject(), ilContentStyleSettingsGUI\import(), ilObjStyleSheetGUI\importStyleObject(), and ilObjStyleSheetGUI\saveObject().
Here is the caller graph for this function:
|
static |
Definition at line 544 of file class.ilObjStyleSheet.php.
Referenced by ilStyleCharacteristicGUI\pasteCharacteristics().
Here is the caller graph for this function:| ilObjStyleSheet::addCharacteristic | ( | string | $a_type, |
| string | $a_char, | ||
| bool | $a_hidden = false, |
||
| int | $order_nr = 0, |
||
| bool | $outdated = false |
||
| ) |
Definition at line 896 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::addMediaQuery | ( | string | $a_mquery, |
| int | $order_nr = 0 |
||
| ) |
Definition at line 2576 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::addParameter | ( | string | $a_tag, |
| string | $a_par, | ||
| string | $a_type, | ||
| int | $a_mq_id = 0, |
||
| bool | $a_custom = false |
||
| ) |
write style parameter to db
todo check usages add mq_id
| string | $a_tag | tag name (tag.class, e.g. "div.Mnemonic") |
| string | $a_par | tag parameter (e.g. "margin-left") |
| string | $a_type | style type (e.g. "section") |
Definition at line 1043 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::addTemplate | ( | string | $a_type, |
| string | $a_name, | ||
| array | $a_classes | ||
| ) |
Add table template.
Definition at line 2739 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::addTemplateClass | ( | int | $a_t_id, |
| string | $a_type, | ||
| string | $a_class | ||
| ) |
Definition at line 2803 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::characteristicExists | ( | string | $a_char, |
| string | $a_style_type | ||
| ) |
Check whether characteristic exists.
Definition at line 879 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::cleanExportDirectory | ( | ) |
Definition at line 1567 of file class.ilObjStyleSheet.php.
References ilFileUtils\delDir(), ilFileUtils\getDataDir(), and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:| ilObjStyleSheet::copyImagesToDir | ( | string | $a_target | ) |
Copy images to directory.
Definition at line 1029 of file class.ilObjStyleSheet.php.
References ilFileUtils\rCopy().
Here is the call graph for this function:| ilObjStyleSheet::create | ( | int | $a_from_style = 0, |
| bool | $a_import_mode = false |
||
| ) |
Create a new style.
Definition at line 770 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::createExportDirectory | ( | ) |
Definition at line 1540 of file class.ilObjStyleSheet.php.
References ilFileUtils\getDataDir(), ILIAS\Survey\Mode\getId(), and ilFileUtils\makeDir().
Here is the call graph for this function:| ilObjStyleSheet::createExportSubDirectory | ( | ) |
Definition at line 1579 of file class.ilObjStyleSheet.php.
References ilFileUtils\makeDir().
Here is the call graph for this function:| ilObjStyleSheet::createFromXMLFile | ( | string | $a_file, |
| bool | $a_skip_parent_create = false |
||
| ) |
create style from xml file todo: add mq_id and custom
Definition at line 1747 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::createImagesDirectory | ( | ) |
Create images directory <data_dir>/sty/sty_<id>/images.
Definition at line 1077 of file class.ilObjStyleSheet.php.
References _createImagesDirectory(), and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:| ilObjStyleSheet::createImportDirectory | ( | ) |
Definition at line 1667 of file class.ilObjStyleSheet.php.
References ilFileUtils\getDataDir(), ILIAS\Survey\Mode\getId(), and ilFileUtils\makeDir().
Here is the call graph for this function:| ilObjStyleSheet::delete | ( | ) |
delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!!
Reimplemented from ilObject.
Definition at line 1204 of file class.ilObjStyleSheet.php.
References $ilDB, $q, ilObjContentObject\_deleteStyleAssignments(), ILIAS\Survey\Mode\getId(), and ilFileUtils\getWebspaceDir().
Here is the call graph for this function:| ilObjStyleSheet::deleteCustomStylePars | ( | string | $a_tag, |
| string | $a_class, | ||
| string | $a_type, | ||
| int | $a_mq_id = 0 |
||
| ) |
Delete style parameter by tag/class/parameter.
| string | $a_tag | tag |
| string | $a_class | class |
| string | $a_type | type |
| int | $a_mq_id | media query id |
Definition at line 1167 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::deleteMediaQuery | ( | int | $a_id | ) |
Delete media query.
| int | $a_id | media query id |
Definition at line 2650 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::deleteParameter | ( | int | $a_id | ) |
| ilObjStyleSheet::deleteStyleParOfChar | ( | string | $a_type, |
| string | $a_class | ||
| ) |
Delete style parameters of characteristic.
Definition at line 1189 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::determineTemplateStyleClassType | ( | string | $t, |
| string | $k | ||
| ) |
Definition at line 1961 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::do_3_10_CharMigration | ( | int | $a_id = 0 | ) |
This is more or less a copy of Services/Migration/DBUpdate_1385/classes ilStyleMigration->addMissingStyleCharacteristics() Any changes here may also be interesting there.
Definition at line 2149 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::do_3_10_Migration | ( | ) |
Migrates 3.10 style to 3.11 style.
Definition at line 2091 of file class.ilObjStyleSheet.php.
References $ilDB, and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:| ilObjStyleSheet::do_3_9_Migration | ( | int | $a_id | ) |
Migrate old 3.9 styles.
Definition at line 2285 of file class.ilObjStyleSheet.php.
References $ilDB.
| ilObjStyleSheet::export | ( | ) |
ILIAS\Filesystem\Exception\DirectoryNotFoundException
ILIAS\Filesystem\Exception\FileNotFoundException
ILIAS\Filesystem\Exception\IOException
Definition at line 1622 of file class.ilObjStyleSheet.php.
References ilFileUtils\rCopy(), and ilFileUtils\zip().
Here is the call graph for this function:| ilObjStyleSheet::exportXML | ( | string | $a_dir | ) |
export style xml file to directory
Definition at line 1647 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 1973 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 1436 of file class.ilObjStyleSheet.php.
Referenced by ilPCSourceCodeGUI\edit(), ilPCTableGUI\editData(), ilPCInteractiveImageGUI\editor(), and ilPageObjectGUI\showPage().
Here is the caller graph for this function:
|
static |
Definition at line 761 of file class.ilObjStyleSheet.php.
Referenced by ilCOPageHTMLExport\exportStyles().
Here is the caller graph for this function:
|
static |
Definition at line 516 of file class.ilObjStyleSheet.php.
References $basic_style_zip.
Referenced by ilObjStyleSheetGUI\saveObject().
Here is the caller graph for this function:| ilObjStyleSheet::getCharacteristics | ( | string | $a_type = "", |
| bool | $a_no_hidden = false, |
||
| bool | $a_include_core = true |
||
| ) |
Get characteristics.
Definition at line 922 of file class.ilObjStyleSheet.php.
Referenced by ilPCSectionGUI\_getCharacteristics(), and ilPCListGUI\_getListCharacteristics().
Here is the caller graph for this function:| ilObjStyleSheet::getColorCodeForName | ( | string | $a_name | ) |
Definition at line 2363 of file class.ilObjStyleSheet.php.
References $ilDB, and _getColorFlavor().
Here is the call graph for this function:| ilObjStyleSheet::getColors | ( | ) |
Get colors of style.
Definition at line 2332 of file class.ilObjStyleSheet.php.
References $ilDB.
|
static |
Definition at line 1426 of file class.ilObjStyleSheet.php.
Referenced by ilCOPageHTMLExport\exportStyles(), ILIAS\Export\PrintProcessGUI\renderPrintView(), and ilLMPresentationGUI\showPrintView().
Here is the caller graph for this function:
|
static |
get content style path static (to avoid full reading)
Definition at line 1390 of file class.ilObjStyleSheet.php.
Referenced by ilImprintGUI\__construct(), ilDclDetailedViewGUI\__construct(), ilDclDetailedViewDefinitionGUI\__construct(), ilAssQuestionPreviewGUI\__construct(), ilPageLayoutGUI\__construct(), ILIAS\Style\Content\GUIService\addCss(), ilDashboardPageGUI\afterConstructor(), ilPageObjectGUI\displayMedia(), assOrderingQuestionGUI\editNesting(), ilLOEditorGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilCOPageHTMLExport\exportStyles(), ilAssQuestionPageCommandForwarder\forward(), ILIAS\COPage\Page\PageQueryActionHandler\getConfig(), ilObjStyleSheetGUI\includeCSS(), ILIAS\Glossary\Export\GlossaryHtmlExport\initScreen(), ilAssQuestionPreviewGUI\initStyleSheets(), ilGlossaryPresentationGUI\media(), ilTestPlayerAbstractGUI\outCorrectSolution(), ilTestServiceGUI\outCorrectSolution(), ilStyleCharacteristicGUI\outputTagStyleEditScreen(), ilTestEvaluationGUI\outUserPassDetails(), ilTestPlayerAbstractGUI\populateContentStyleBlock(), ilObjStyleSheetGUI\propertiesObject(), ilTestEvaluationGUI\setCss(), ilPCParagraphGUI\setStyle(), ilStartUpGUI\showLoginPage(), ilObjMediaPoolGUI\showMedia(), ilContainerObjectiveGUI\showObjectives(), ilDclDetailedViewDefinitionGUI\showPage(), ilObjMediaPoolGUI\showPage(), ilPageObjectGUI\showPageFullscreen(), ilGuidedTourPageGUI\showPageFullscreen(), and ilTestCorrectionsGUI\showSolution().
Here is the caller graph for this function:
|
static |
Get effective Style Id.
| int | style id that may be set in object |
| string | object type |
Definition at line 1345 of file class.ilObjStyleSheet.php.
References ILIAS\Repository\int().
Here is the call graph for this function:
|
static |
Definition at line 1381 of file class.ilObjStyleSheet.php.
Referenced by ILIAS\Style\Content\GUIService\addExportCss(), ilCOPageHTMLExport\exportStyles(), and ILIAS\Export\PrintProcessGUI\renderPrintView().
Here is the caller graph for this function:| ilObjStyleSheet::getExportSubDir | ( | ) |
The local directory, that will be included within the zip file.
Definition at line 1607 of file class.ilObjStyleSheet.php.
References ILIAS\Survey\Mode\getId().
Here is the call graph for this function:| ilObjStyleSheet::getHideStatus | ( | string | $a_type, |
| string | $a_char | ||
| ) |
Get characteristic hidden status.
Definition at line 986 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::getImagesDirectory | ( | ) |
Definition at line 1130 of file class.ilObjStyleSheet.php.
References _getImagesDirectory(), and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:| ilObjStyleSheet::getMaxMQueryOrderNr | ( | ) |
Get maximum media query order nr.
Definition at line 2601 of file class.ilObjStyleSheet.php.
References $ilDB.
| ilObjStyleSheet::getMediaQueries | ( | ) |
Definition at line 2560 of file class.ilObjStyleSheet.php.
References $ilDB.
| ilObjStyleSheet::getMediaQueryForId | ( | int | $a_id | ) |
Get media query for id.
return
Definition at line 2633 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::getParametersOfClass | ( | string | $a_type, |
| string | $a_class, | ||
| int | $a_mq_id = 0 |
||
| ) |
Definition at line 1370 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::getScope | ( | ) |
| ilObjStyleSheet::getStyle | ( | ) |
Definition at line 1472 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::getStyleParameterGroups | ( | ) |
Get grouped parameter.
Definition at line 1831 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 1431 of file class.ilObjStyleSheet.php.
Referenced by ilImprintGUI\__construct(), ilDclDetailedViewGUI\__construct(), ilBlogPostingGUI\__construct(), ilPortfolioPageGUI\__construct(), ilDclDetailedViewDefinitionGUI\__construct(), ilAssQuestionPreviewGUI\__construct(), ilPageLayoutGUI\__construct(), assOrderingQuestionGUI\editNesting(), ilCOPageHTMLExport\exportStyles(), ilAssQuestionPageCommandForwarder\forward(), ilContainerGUI\forwardToPageObject(), ilContainerGUI\getContainerPageHTML(), ilContainerStartObjectsContentGUI\getPageHTML(), ilObjContentPageGUI\initStyleSheets(), ilObjForumGUI\initStyleSheets(), ilAssQuestionPreviewGUI\initStyleSheets(), ilLMEditorGUI\main_header(), ilTestPlayerAbstractGUI\outCorrectSolution(), ilTestServiceGUI\outCorrectSolution(), ilTestPlayerAbstractGUI\populateSyntaxStyleBlock(), ilContentPageKioskModeView\renderContentStyle(), ILIAS\Export\PrintProcessGUI\renderPrintView(), ilGlossaryPresentationGUI\setContentStyles(), ilLMPresentationGUI\setContentStyles(), ilObjWikiGUI\setContentStyleSheet(), ilStartUpGUI\showLoginPage(), ilContainerObjectiveGUI\showObjectives(), ilObjMediaPoolGUI\showPage(), and ilTestCorrectionsGUI\showSolution().
Here is the caller graph for this function:| ilObjStyleSheet::getTemplate | ( | int | $a_t_id | ) |
| int | $a_t_id | template id |
Definition at line 2839 of file class.ilObjStyleSheet.php.
References $ilDB.
| ilObjStyleSheet::getTemplateClasses | ( | int | $a_tid | ) |
Get template classes.
Definition at line 2719 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::getTemplates | ( | string | $a_type | ) |
Get table templates of style.
Definition at line 2697 of file class.ilObjStyleSheet.php.
Referenced by ilPageContentGUI\getTemplateOptions().
Here is the caller graph for this function:| ilObjStyleSheet::getTemplateXML | ( | ) |
Get table template xml.
Definition at line 2886 of file class.ilObjStyleSheet.php.
References $c, $ilDB, and _getTemplateClassTypes().
Here is the call graph for this function:| ilObjStyleSheet::getThumbnailsDirectory | ( | ) |
Definition at line 1141 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::getUpToDate | ( | ) |
Definition at line 529 of file class.ilObjStyleSheet.php.
References $up_to_date.
| ilObjStyleSheet::getXML | ( | ) |
get xml representation of style object todo: add mq_id
Definition at line 1491 of file class.ilObjStyleSheet.php.
References $c, _determineTag(), _getTemplateClassTypes(), and ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle().
Here is the call graph for this function:| ilObjStyleSheet::handleXmlString | ( | string | $a_str | ) |
Definition at line 1482 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::hasCharacteristic | ( | string | $type, |
| string | $char | ||
| ) |
Definition at line 953 of file class.ilObjStyleSheet.php.
|
staticprotected |
Definition at line 2435 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::ilClone | ( | ) |
clone style sheet (note: styles have no ref ids and return an object id)
Definition at line 1006 of file class.ilObjStyleSheet.php.
References $lng, ILIAS\Survey\Mode\getId(), and ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle().
Here is the call graph for this function:| ilObjStyleSheet::import | ( | $a_file | ) |
| array | string | $a_file |
ILIAS\Filesystem\Exception\DirectoryNotFoundException
ILIAS\Filesystem\Exception\FileNotFoundException
ILIAS\Filesystem\Exception\IOException
| ilException |
Definition at line 1701 of file class.ilObjStyleSheet.php.
References _addMissingStyleClassesToStyle(), ILIAS\Survey\Mode\getId(), and ilFileUtils\moveUploadedFile().
Here is the call graph for this function:
|
static |
Definition at line 1931 of file class.ilObjStyleSheet.php.
Referenced by ILIAS\Style\Content\CharacteristicTableGUI\fillRow(), ilStyleCharacteristicGUI\removeOutdated(), and ilStyleCharacteristicGUI\setOutdated().
Here is the caller graph for this function:
|
static |
Lookup objects for style.
Definition at line 3092 of file class.ilObjStyleSheet.php.
|
static |
Lookup object style.
Definition at line 3065 of file class.ilObjStyleSheet.php.
Referenced by ilDashboardPageGUI\afterConstructor(), ilObjectCopyGUI\copyParentPage(), ILIAS\Style\Content\Object\ObjectManager\getStyleId(), ILIAS\Style\Content\Object\ObjectManager\inheritFromParent(), and ilContainerXmlWriter\writeSubitems().
Here is the caller graph for this function:| ilObjStyleSheet::lookupStyleSetting | ( | string | $a_name | ) |
Lookup style setting.
Definition at line 3028 of file class.ilObjStyleSheet.php.
References $ilDB.
| ilObjStyleSheet::lookupTemplateName | ( | int | $a_t_id | ) |
Lookup table template name for template ID.
Definition at line 2859 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::lookupTemplatePreview | ( | int | $a_t_id | ) |
Lookup table template preview.
Definition at line 2954 of file class.ilObjStyleSheet.php.
References $ilDB.
| ilObjStyleSheet::read | ( | ) |
read style properties
Reimplemented from ilObject.
Definition at line 1255 of file class.ilObjStyleSheet.php.
References $ilDB, $q, $res, and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:| ilObjStyleSheet::removeColor | ( | string | $a_name | ) |
Remove a color.
Definition at line 2354 of file class.ilObjStyleSheet.php.
References $ilDB.
| ilObjStyleSheet::removeTemplate | ( | int | $a_t_id | ) |
Remove table template.
Definition at line 2991 of file class.ilObjStyleSheet.php.
References $ilDB.
| ilObjStyleSheet::saveHideStatus | ( | string | $a_type, |
| string | $a_char, | ||
| bool | $a_hide | ||
| ) |
Save characteristic hidden status.
Definition at line 967 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::saveMediaQueryOrder | ( | ?array | $a_order_nr = null | ) |
Save media query order.
Definition at line 2666 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::setCharacteristics | ( | array | $a_chars | ) |
Definition at line 959 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::setExportSubDir | ( | string | $a_dir | ) |
Set local directory, that will be included within the zip file.
Definition at line 1599 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::setScope | ( | int | $a_scope | ) |
Definition at line 534 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::setStyle | ( | array | $a_style | ) |
Definition at line 1477 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::setUpToDate | ( | bool | $a_up_to_date = true | ) |
Set style up to date (false + update will trigger css generation next time)
Definition at line 524 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::templateExists | ( | string | $a_template_name | ) |
Check whether template exists.
Definition at line 2822 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::update | ( | ) |
Reimplemented from ilObject.
Definition at line 1441 of file class.ilObjStyleSheet.php.
References $ilDB, $q, and ILIAS\Survey\Mode\getId().
Here is the call graph for this function:| ilObjStyleSheet::updateMediaQuery | ( | int | $a_id, |
| string | $a_mquery | ||
| ) |
| ilObjStyleSheet::updateStyleParameter | ( | int | $a_id, |
| string | $a_value | ||
| ) |
update style parameter per id
Definition at line 1460 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::updateTemplate | ( | int | $a_t_id, |
| string | $a_name, | ||
| array | $a_classes | ||
| ) |
Update table template.
Definition at line 2777 of file class.ilObjStyleSheet.php.
| ilObjStyleSheet::writeCSSFile | ( | string | $a_target_file = "", |
| string | $a_image_dir = "" |
||
| ) |
write css file to webspace directory
Definition at line 1329 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 558 of file class.ilObjStyleSheet.php.
References $DIC, $ilDB, and $q.
Referenced by ILIAS\Style\Content\Object\ObjectManager\cloneTo(), ilObjectCopyGUI\copyParentPage(), ilLearningModuleImporter\finalProcessing(), ilStyleDataSet\importRecord(), and ILIAS\Style\Content\Object\ObjectManager\setOwnerOfStyle().
Here is the caller graph for this function:| ilObjStyleSheet::writeStyleSetting | ( | string | $a_name, |
| string | $a_value | ||
| ) |
Definition at line 3005 of file class.ilObjStyleSheet.php.
|
static |
Write style usage.
Definition at line 3045 of file class.ilObjStyleSheet.php.
Referenced by ILIAS\Style\Content\Object\ObjectManager\cloneTo(), ilObjectCopyGUI\copyParentPage(), ilContainerImporter\finalProcessing(), ilLearningModuleImporter\finalProcessing(), ilStyleDataSet\importRecord(), ILIAS\Style\Content\Object\ObjectManager\inheritFromParent(), and ILIAS\Style\Content\Object\ObjectManager\updateStyleId().
Here is the caller graph for this function:| ilObjStyleSheet::writeTemplatePreview | ( | int | $a_t_id, |
| string | $a_preview_html | ||
| ) |
Write table template preview.
Definition at line 2932 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 304 of file class.ilObjStyleSheet.php.
|
staticprotected |
Definition at line 494 of file class.ilObjStyleSheet.php.
|
staticprotected |
Definition at line 491 of file class.ilObjStyleSheet.php.
|
staticprotected |
Definition at line 493 of file class.ilObjStyleSheet.php.
|
staticprotected |
Definition at line 492 of file class.ilObjStyleSheet.php.
Referenced by getBasicZipPath().
|
protected |
Definition at line 36 of file class.ilObjStyleSheet.php.
|
protected |
Definition at line 34 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 381 of file class.ilObjStyleSheet.php.
|
protected |
Definition at line 30 of file class.ilObjStyleSheet.php.
|
protected |
Definition at line 35 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 289 of file class.ilObjStyleSheet.php.
|
protected |
Definition at line 33 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 267 of file class.ilObjStyleSheet.php.
|
protected |
Definition at line 39 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 299 of file class.ilObjStyleSheet.php.
|
protected |
Definition at line 32 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 44 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 45 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 48 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 371 of file class.ilObjStyleSheet.php.
|
protected |
Definition at line 31 of file class.ilObjStyleSheet.php.
|
protected |
Definition at line 42 of file class.ilObjStyleSheet.php.
Referenced by getScope().
| array ilObjStyleSheet::$style = [] |
Definition at line 38 of file class.ilObjStyleSheet.php.
|
protected |
Definition at line 40 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 272 of file class.ilObjStyleSheet.php.
|
static |
Definition at line 454 of file class.ilObjStyleSheet.php.
|
protected |
Definition at line 37 of file class.ilObjStyleSheet.php.
Referenced by getUpToDate().