Class TfishAncestralObject
Tuskfish parent data object class.
All content objects are descendants of this class via the first child, TfishContentObject. Object properties are held in a protected store ($__data) and accessed via magic methods. Note that if a subclass implements magical __get() and __set() methods, the parental versions will NOT be called unless you explicitly do it using parent::__get().
Direct known subclasses
Indirect known subclasses
TfishArticle
,
TfishAudio
,
TfishBlock
,
TfishCollection
,
TfishDownload
,
TfishImage
,
TfishStatic
,
TfishTag
,
TfishVideo
Package: core
Copyright: Simon Wilkinson 2013-2017 (https://tuskfish.biz)
License: GNU General Public License (GPL) V2
Author: Simon Wilkinson simon@isengard.biz
Version: Release: 1.0
Since: 1.0
Located at trust_path/libraries/tuskfish/class/TfishAncestralObject.php
Copyright: Simon Wilkinson 2013-2017 (https://tuskfish.biz)
License: GNU General Public License (GPL) V2
Author: Simon Wilkinson simon@isengard.biz
Version: Release: 1.0
Since: 1.0
Located at trust_path/libraries/tuskfish/class/TfishAncestralObject.php
Methods summary
public
array
|
|
public
mixed|null
|
|
public
|
|
public
boolean
|
|
public
boolean
|
|
public
array
|
Properties summary
protected
array
|
$__properties
$__properties Whitelist that defines permitted content object properties. |
#
array()
|
protected
array
|
$__data
Holds values of permitted content object properties, accessed via magic methods. |
#
array()
|