Class Property
Property Entity.
- Cake\ORM\Entity
-
BEdita\Core\Model\Entity\Property implements BEdita\Core\Utility\JsonApiSerializable uses BEdita\Core\Model\Entity\JsonApiModelTrait, BEdita\Core\Model\Entity\ObjectTypeNameTrait (not available)
Methods summary
protected
|
|
protected
string
|
|
protected
string
|
|
protected
boolean
|
|
public
mixed
|
Methods inherited from BEdita\Core\Utility\JsonApiSerializable
Methods used from BEdita\Core\Model\Entity\JsonApiModelTrait
Constants summary
Constants inherited from BEdita\Core\Utility\JsonApiSerializable
JSONAPIOPT_BASIC
,
JSONAPIOPT_EXCLUDE_ATTRIBUTES
,
JSONAPIOPT_EXCLUDE_LINKS
,
JSONAPIOPT_EXCLUDE_META
,
JSONAPIOPT_EXCLUDE_RELATIONSHIPS
Properties summary
protected
array
|
$_accessible
|
#
[
'*' => true,
'id' => false,
'object_type_id' => false,
'object_type' => false,
'property_type_id' => false,
'property_type' => false,
'property' => false,
'enabled' => false,
'created' => false,
'modified' => false,
'default' => false,
'required' => false,
'type' => false,
]
|
protected
array
|
$_virtual
|
#
[
'property_type_name',
'object_type_name',
]
|
Magic properties
public
integer
|
$id
|
public
string
|
$name
|
public
string
|
$description
|
public
boolean
|
$enabled
|
public
boolean
|
$is_nullable
|
public
boolean
|
$required
|
public
Cake\I18n\Time
|
$created
|
public
Cake\I18n\Time
|
$modified
|
public
integer
|
$object_type_id
|
public
string
|
$object_type_name
|
public
BEdita\Core\Model\Entity\ObjectType
|
$object_type
|
public
integer
|
$property_type_id
|
public
string
|
$property_type_name
|
public
|
$property_type
|