Interface JsonApiSerializable
Interface for serializing JSON API objects.
Direct known implementers
BEdita\Core\Model\Entity\Annotation
,
BEdita\Core\Model\Entity\Application
,
BEdita\Core\Model\Entity\Stream
,
BEdita\Core\Model\Entity\Tag
,
BEdita\Core\Model\Entity\Translation
,
BEdita\Core\Model\Entity\AsyncJob
,
BEdita\Core\Model\Entity\Category
,
BEdita\Core\Model\Entity\History
,
BEdita\Core\Model\Entity\ObjectEntity
,
BEdita\Core\Model\Entity\Property
,
BEdita\Core\Model\Entity\PropertyType
,
BEdita\Core\Model\Entity\Relation
,
BEdita\Core\Model\Entity\Role
Indirect known implementers
BEdita\Core\Model\Entity\Link
,
BEdita\Core\Model\Entity\Location
,
BEdita\Core\Model\Entity\Profile
,
BEdita\Core\Model\Entity\Publication
Methods summary
public
array
|
|
public
string
|
Constants summary
integer |
JSONAPIOPT_EXCLUDE_ATTRIBUTES
Tell JSON API serializer to exclude |
#
1
|
integer |
JSONAPIOPT_EXCLUDE_META
Tell JSON API serializer to exclude |
#
2
|
integer |
JSONAPIOPT_EXCLUDE_LINKS
Tell JSON API serializer to exclude |
#
4
|
integer |
JSONAPIOPT_EXCLUDE_RELATIONSHIPS
Tell JSON API serializer to exclude |
#
8
|
integer |
JSONAPIOPT_BASIC
Tell JSON API serializer to exclude all ( |
#
15
|