Alarm extends BasicComponent
FinalYes
Table of Contents
Methods
- __construct() : mixed
- accessContent() : Content
- appendProperty() : BasicComponent
- appendSubComponent() : BasicComponent
- getProperties() : array<string|int, mixed>
- getType() : string
- toString() : string
Methods
__construct()
public
__construct(string $type, string $value[, string $message = '' ]) : mixed
Parameters
- $type : string
- $value : string
- $message : string = ''
accessContent()
public
accessContent() : Content
Return values
ContentappendProperty()
public
appendProperty(PropertyType $property) : BasicComponent
Parameters
- $property : PropertyType
Return values
BasicComponentappendSubComponent()
public
appendSubComponent(BasicComponent $component) : BasicComponent
Parameters
- $component : BasicComponent
Return values
BasicComponentgetProperties()
public
getProperties() : array<string|int, mixed>
Return values
array<string|int, mixed>getType()
public
getType() : string
Return values
stringtoString()
public
toString() : string