PHP 클래스 Neos\Flow\Persistence\Generic\QueryFactory

상속: implements Neos\Flow\Persistence\Generic\QueryFactoryInterface
파일 보기 프로젝트 열기: neos/flow-development-collection

공개 메소드들

메소드 설명
create ( string $className ) : Neos\Flow\Persistence\QueryInterface Creates a query object working on the given class name

메소드 상세

create() 공개 메소드

Creates a query object working on the given class name
public create ( string $className ) : Neos\Flow\Persistence\QueryInterface
$className string
리턴 Neos\Flow\Persistence\QueryInterface