PHP Class Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\ConditionGenerator

Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$entityType string Entity type the currently parsed expression relates to

Méthodes publiques

Méthode Description
conjunction ( ) : ConjunctionGenerator
disjunction ( ) : DisjunctionGenerator
getEntityType ( ) : string
isType ( $entityType ) : void
notExpression ( Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\SqlGeneratorInterface $expression ) : NotExpressionGenerator
property ( string $path ) : PropertyConditionGenerator

Method Details

conjunction() public méthode

public conjunction ( ) : ConjunctionGenerator
Résultat ConjunctionGenerator

disjunction() public méthode

public disjunction ( ) : DisjunctionGenerator
Résultat DisjunctionGenerator

getEntityType() public méthode

public getEntityType ( ) : string
Résultat string

isType() public méthode

public isType ( $entityType ) : void
$entityType
Résultat void

notExpression() public méthode

public notExpression ( Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\SqlGeneratorInterface $expression ) : NotExpressionGenerator
$expression Neos\Flow\Security\Authorization\Privilege\Entity\Doctrine\SqlGeneratorInterface
Résultat NotExpressionGenerator

property() public méthode

public property ( string $path ) : PropertyConditionGenerator
$path string The property path
Résultat PropertyConditionGenerator

Property Details

$entityType protected_oe property

Entity type the currently parsed expression relates to
protected string $entityType
Résultat string