|
ILIAS
release_8 Revision v8.24
|
Characteristic (Class) of style. More...
Collaboration diagram for ILIAS\Style\Content\Characteristic:Public Member Functions | |
| __construct (string $type, string $characteristic, bool $hide, array $titles, int $order_nr=0, bool $outdated=false) | |
| withStyleId (int $style_id) | |
| getStyleId () | |
| getCharacteristic () | |
| getType () | |
| isHidden () | |
| getTitles () | |
| getOrderNr () | |
| isOutdated () | |
Protected Attributes | |
| int$style_id | |
| string | $type |
| string | $characteristic |
| bool | $hide |
| array | $titles |
| int | $order_nr |
| bool | $outdated |
Characteristic (Class) of style.
Definition at line 27 of file class.Characteristic.php.
| ILIAS\Style\Content\Characteristic::__construct | ( | string | $type, |
| string | $characteristic, | ||
| bool | $hide, | ||
| array | $titles, | ||
| int | $order_nr = 0, |
||
| bool | $outdated = false |
||
| ) |
Definition at line 37 of file class.Characteristic.php.
References ILIAS\Style\Content\Characteristic\$characteristic, ILIAS\Style\Content\Characteristic\$hide, ILIAS\Style\Content\Characteristic\$order_nr, ILIAS\Style\Content\Characteristic\$outdated, ILIAS\Style\Content\Characteristic\$titles, and ILIAS\Style\Content\Characteristic\$type.
| ILIAS\Style\Content\Characteristic::getCharacteristic | ( | ) |
Definition at line 65 of file class.Characteristic.php.
References ILIAS\Style\Content\Characteristic\$characteristic.
| ILIAS\Style\Content\Characteristic::getOrderNr | ( | ) |
Definition at line 86 of file class.Characteristic.php.
References ILIAS\Style\Content\Characteristic\$order_nr.
| ILIAS\Style\Content\Characteristic::getStyleId | ( | ) |
Definition at line 60 of file class.Characteristic.php.
| ILIAS\Style\Content\Characteristic::getTitles | ( | ) |
Definition at line 81 of file class.Characteristic.php.
References ILIAS\Style\Content\Characteristic\$titles.
| ILIAS\Style\Content\Characteristic::getType | ( | ) |
Definition at line 70 of file class.Characteristic.php.
References ILIAS\Style\Content\Characteristic\$type.
| ILIAS\Style\Content\Characteristic::isHidden | ( | ) |
Definition at line 76 of file class.Characteristic.php.
References ILIAS\Style\Content\Characteristic\$hide.
| ILIAS\Style\Content\Characteristic::isOutdated | ( | ) |
Definition at line 91 of file class.Characteristic.php.
References ILIAS\Style\Content\Characteristic\$outdated.
| ILIAS\Style\Content\Characteristic::withStyleId | ( | int | $style_id | ) |
Definition at line 53 of file class.Characteristic.php.
|
protected |
Definition at line 31 of file class.Characteristic.php.
Referenced by ILIAS\Style\Content\Characteristic\__construct(), and ILIAS\Style\Content\Characteristic\getCharacteristic().
|
protected |
Definition at line 32 of file class.Characteristic.php.
Referenced by ILIAS\Style\Content\Characteristic\__construct(), and ILIAS\Style\Content\Characteristic\isHidden().
|
protected |
Definition at line 34 of file class.Characteristic.php.
Referenced by ILIAS\Style\Content\Characteristic\__construct(), and ILIAS\Style\Content\Characteristic\getOrderNr().
|
protected |
Definition at line 35 of file class.Characteristic.php.
Referenced by ILIAS\Style\Content\Characteristic\__construct(), and ILIAS\Style\Content\Characteristic\isOutdated().
|
protected |
Definition at line 33 of file class.Characteristic.php.
Referenced by ILIAS\Style\Content\Characteristic\__construct(), and ILIAS\Style\Content\Characteristic\getTitles().
|
protected |
Definition at line 30 of file class.Characteristic.php.
Referenced by ILIAS\Style\Content\Characteristic\__construct(), and ILIAS\Style\Content\Characteristic\getType().
|
protected |
Definition at line 29 of file class.Characteristic.php.