PHP 클래스 Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\ConditionGenerator

파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$entityType string Entity type the currently parsed expression relates to

공개 메소드들

메소드 설명
conjunction ( ) : ConjunctionGenerator
disjunction ( ) : DisjunctionGenerator
getEntityType ( ) : string
isType ( $entityType ) : void
notExpression ( Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\SqlGeneratorInterface $expression ) : NotExpressionGenerator
property ( string $path ) : PropertyConditionGenerator

메소드 상세

conjunction() 공개 메소드

public conjunction ( ) : ConjunctionGenerator
리턴 ConjunctionGenerator

disjunction() 공개 메소드

public disjunction ( ) : DisjunctionGenerator
리턴 DisjunctionGenerator

getEntityType() 공개 메소드

public getEntityType ( ) : string
리턴 string

isType() 공개 메소드

public isType ( $entityType ) : void
$entityType
리턴 void

notExpression() 공개 메소드

public notExpression ( Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\SqlGeneratorInterface $expression ) : NotExpressionGenerator
$expression Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\SqlGeneratorInterface
리턴 NotExpressionGenerator

property() 공개 메소드

public property ( string $path ) : PropertyConditionGenerator
$path string The property path
리턴 PropertyConditionGenerator

프로퍼티 상세

$entityType 보호되어 있는 프로퍼티

Entity type the currently parsed expression relates to
protected string $entityType
리턴 string