PHP Класс Networking\InitCmsBundle\Form\ORMQueryBuilderLoader

(c) net working AG For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Наследование: implements Symfony\Bridge\Doctrine\Form\ChoiceList\EntityLoaderInterface
Показать файл Открыть проект Примеры использования класса

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

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

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

Метод Описание
__construct ( Doctrine\ORM\QueryBuilder | Closure $queryBuilder, Doctrine\Common\Persistence\ObjectManager $manager = null, string $class = null ) Construct an ORM Query Builder Loader.
getEntities ( )
getEntitiesByIds ( $identifier, array $values )
setHint ( $name, $value )

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

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

Construct an ORM Query Builder Loader.
public __construct ( Doctrine\ORM\QueryBuilder | Closure $queryBuilder, Doctrine\Common\Persistence\ObjectManager $manager = null, string $class = null )
$queryBuilder Doctrine\ORM\QueryBuilder | Closure The query builder or a closure for creating the query builder. Passing a closure is deprecated and will not be supported anymore as of Symfony 3.0.
$manager Doctrine\Common\Persistence\ObjectManager Deprecated.
$class string Deprecated.

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

public getEntities ( )

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

public getEntitiesByIds ( $identifier, array $values )
$values array

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

public setHint ( $name, $value )

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

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

protected array $hints
Результат array