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 |