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
파일 보기 프로젝트 열기: networking/init-cms-bundle 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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