PHP Class Neos\Flow\Annotations\Scope

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

Méthodes publiques

Свойство Type Description
$value string The scope of an object: prototype, singleton, session. (Usually given as anonymous argument.)

Méthodes publiques

Méthode Description
__construct ( array $values )

Method Details

__construct() public méthode

public __construct ( array $values )
$values array

Property Details

$value public_oe property

The scope of an object: prototype, singleton, session. (Usually given as anonymous argument.)
public string $value
Résultat string