PHP 인터페이스 Neos\Flow\Persistence\Generic\QueryFactoryInterface

파일 보기 프로젝트 열기: neos/flow-development-collection 0 사용 예제들

공개 메소드들

메소드 설명
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