PHP Class Nelmio\Alice\Definition\Value\ArrayValue

Inheritance: implements Nelmio\Alice\Definition\ValueInterface
Afficher le fichier Open project: nelmio/alice Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $values )
__toString ( ) : string
getValue ( ) : array

Method Details

__construct() public méthode

public __construct ( array $values )
$values array

__toString() public méthode

public __toString ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : array
Résultat array The first element is the quantifier and the second the element.