Class AppModel
BEdita base model classes
- Model
- AppModel
Direct known subclasses
Indirect known subclasses
Alias
,
Annotation
,
BeditaExportFilter
,
BeditaImportFilter
,
BeditaObjectModel
,
BeditaProductModel
,
BeditaSimpleObjectModel
,
BeditaSimpleStreamModel
,
BeditaStreamModel
,
BEFile
,
BEObject
,
Card
,
Application
,
CardsImportFilter
,
Category
,
Comment
,
Content
,
DataTransfer
,
DateItem
,
Document
,
EditorNote
,
Event
,
EventLog
,
Area
,
Gallery
,
GeoTag
,
Group
,
HashJob
,
History
,
Image
,
JsonExportFilter
,
JsonImportFilter
,
LangText
,
Link
,
Audio
,
MailGroup
,
MailGroupCard
,
MailJob
,
MailLog
,
MailMessage
,
MailTemplate
,
Module
,
ObjectEditor
,
ObjectProperty
,
ObjectRelation
,
BannedIp
,
ObjectType
,
ObjectUser
,
Permission
,
PermissionModule
,
Product
,
Property
,
PropertyOption
,
RestClientModel
,
SearchText
,
Section
,
BEAppObjectModel
,
SectionDummy
,
ShortNews
,
SoapClientModel
,
Stream
,
Tree
,
User
,
UserProperty
,
Version
,
Video
,
XmlExportFilter
,
BeditaAnnotationModel
,
XmlImportFilter
,
BeditaCollectionModel
,
BeditaContentModel
Methods summary
public
array
|
#
apiTransformer( array $options = array() )
Return an array of column types to transform (cast) Used to build consistent REST APIs |
Properties summary
public
array
|
$actsAs
|
#
array('Containable')
|
protected
array
|
$apiTransformerOptions
Options used by default from self::apiTransformer() |
#
array(
'castable' => array('integer', 'float', 'double', 'date', 'datetime', 'boolean')
)
|