BaseType
AbstractYes
Table of Contents
Methods
- __construct() : mixed
- createProperty() : Property
- getCode() : string
- getTitle() : string
- getType() : string
- getValue() : mixed
Methods
__construct()
public
__construct(array<string|int, mixed> $bindings) : mixed
Parameters
- $bindings : array<string|int, mixed>
createProperty()
public
createProperty() : Property
Return values
PropertygetCode()
public
abstract getCode() : string
Return values
stringgetTitle()
public
abstract getTitle() : string
Return values
stringgetType()
public
abstract getType() : string
Return values
stringgetValue()
public
abstract getValue([array<string|int, mixed> $params = [] ]) : mixed
Parameters
- $params : array<string|int, mixed> = []