PHP FOF30\Model\DataModel 네임스페이스

중첩된 네임스페이스

FOF30\Model\DataModel\Behaviour
FOF30\Model\DataModel\Exception
FOF30\Model\DataModel\Filter
FOF30\Model\DataModel\Relation

클래스들

이름 설명
Collection A collection of data models. You can enumerate it like an array, use it everywhere a collection is expected (e.g. a foreach loop) and even implements a countable interface. You can also batch-apply DataModel methods on it thanks to its magic __call() method, hence the type-hinting below.
Relation
RelationManager