PHP Class Neos\ContentRepository\Security\Authorization\Privilege\Node\PropertyAwareNodePrivilegeContext

Inheritance: extends NodePrivilegeContext
Afficher le fichier Open project: neos/neos-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$propertyNames array

Méthodes publiques

Méthode Description
getNodePropertyNames ( ) : array
hasProperties ( ) : boolean Whether or not this context is bound to specific properties
nodePropertyIsIn ( string | array $propertyNames ) : boolean

Method Details

getNodePropertyNames() public méthode

public getNodePropertyNames ( ) : array
Résultat array

hasProperties() public méthode

Whether or not this context is bound to specific properties
public hasProperties ( ) : boolean
Résultat boolean

nodePropertyIsIn() public méthode

public nodePropertyIsIn ( string | array $propertyNames ) : boolean
$propertyNames string | array
Résultat boolean

Property Details

$propertyNames protected_oe property

protected array $propertyNames
Résultat array