ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Style\Content\Characteristic Class Reference

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
 

Detailed Description

Characteristic (Class) of style.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 27 of file class.Characteristic.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Style\Content\Characteristic::__construct ( string  $type,
string  $characteristic,
bool  $hide,
array  $titles,
int  $order_nr = 0,
bool  $outdated = false 
)

Member Function Documentation

◆ getCharacteristic()

ILIAS\Style\Content\Characteristic::getCharacteristic ( )

Definition at line 65 of file class.Characteristic.php.

65 : string
66 {
68 }

References ILIAS\Style\Content\Characteristic\$characteristic.

◆ getOrderNr()

ILIAS\Style\Content\Characteristic::getOrderNr ( )

Definition at line 86 of file class.Characteristic.php.

86 : int
87 {
88 return $this->order_nr;
89 }

References ILIAS\Style\Content\Characteristic\$order_nr.

◆ getStyleId()

ILIAS\Style\Content\Characteristic::getStyleId ( )

Definition at line 60 of file class.Characteristic.php.

60 : int
61 {
62 return $this->style_id;
63 }

◆ getTitles()

ILIAS\Style\Content\Characteristic::getTitles ( )

Definition at line 81 of file class.Characteristic.php.

81 : array
82 {
83 return $this->titles;
84 }

References ILIAS\Style\Content\Characteristic\$titles.

◆ getType()

ILIAS\Style\Content\Characteristic::getType ( )

Definition at line 70 of file class.Characteristic.php.

70 : string
71 {
72 return $this->type;
73 }

References ILIAS\Style\Content\Characteristic\$type.

◆ isHidden()

ILIAS\Style\Content\Characteristic::isHidden ( )

Definition at line 76 of file class.Characteristic.php.

76 : bool
77 {
78 return $this->hide;
79 }

References ILIAS\Style\Content\Characteristic\$hide.

◆ isOutdated()

ILIAS\Style\Content\Characteristic::isOutdated ( )

Definition at line 91 of file class.Characteristic.php.

91 : bool
92 {
93 return $this->outdated;
94 }

References ILIAS\Style\Content\Characteristic\$outdated.

◆ withStyleId()

ILIAS\Style\Content\Characteristic::withStyleId ( int  $style_id)

Definition at line 53 of file class.Characteristic.php.

53 : Characteristic
54 {
55 $clone = clone $this;
56 $clone->style_id = $style_id;
57 return $clone;
58 }

Field Documentation

◆ $characteristic

string ILIAS\Style\Content\Characteristic::$characteristic
protected

◆ $hide

bool ILIAS\Style\Content\Characteristic::$hide
protected

◆ $order_nr

int ILIAS\Style\Content\Characteristic::$order_nr
protected

◆ $outdated

bool ILIAS\Style\Content\Characteristic::$outdated
protected

◆ $titles

array ILIAS\Style\Content\Characteristic::$titles
protected

◆ $type

string ILIAS\Style\Content\Characteristic::$type
protected

◆ int$style_id

ILIAS\Style\Content\Characteristic::int$style_id
protected

Definition at line 29 of file class.Characteristic.php.


The documentation for this class was generated from the following file: