PHP Класс Bolt\Storage\Field\Collection\FieldCollection

@author Ross Riley
Наследование: extends Doctrine\Common\Collections\AbstractLazyCollection
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$references

Защищенные свойства (Protected)

Свойство Тип Описание
$em
$grouping
$toRemove

Открытые методы

Метод Описание
__construct ( array $references = [], EntityManager $em = null )
add ( mixed $element ) : boolean
get ( $key ) : mixed Helper method to get the value for a specific field this is compatible with content.get(contentkey) calls from twig.
getExisting ( ) : array
getNew ( ) : array
setGrouping ( mixed $grouping )

Защищенные методы

Метод Описание
doInitialize ( ) Handles the conversion of references to entities.

Описание методов

__construct() публичный Метод

public __construct ( array $references = [], EntityManager $em = null )
$references array
$em Bolt\Storage\EntityManager

add() публичный Метод

public add ( mixed $element ) : boolean
$element mixed
Результат boolean

doInitialize() защищенный Метод

Handles the conversion of references to entities.
protected doInitialize ( )

get() публичный Метод

Helper method to get the value for a specific field this is compatible with content.get(contentkey) calls from twig.
public get ( $key ) : mixed
$key
Результат mixed

getExisting() публичный Метод

public getExisting ( ) : array
Результат array

getNew() публичный Метод

public getNew ( ) : array
Результат array

setGrouping() публичный Метод

public setGrouping ( mixed $grouping )
$grouping mixed

Описание свойств

$em защищенное свойство

protected $em

$grouping защищенное свойство

protected $grouping

$references публичное свойство

public $references

$toRemove защищенное свойство

protected $toRemove