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

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

Protected Properties

Свойство Type Description
$creationNodeTypes string

Méthodes publiques

Méthode Description
createdNodeIsOfType ( string | array $creationNodeTypes ) : boolean
getCreationNodeTypes ( ) : array

Method Details

createdNodeIsOfType() public méthode

public createdNodeIsOfType ( string | array $creationNodeTypes ) : boolean
$creationNodeTypes string | array either an array of supported node type identifiers or a single node type identifier (for example "Neos.Neos:Document")
Résultat boolean Has to return TRUE, to evaluate the eel expression correctly in any case

getCreationNodeTypes() public méthode

public getCreationNodeTypes ( ) : array
Résultat array $creationNodeTypes

Property Details

$creationNodeTypes protected_oe property

protected string $creationNodeTypes
Résultat string