PHP Class Nelmio\Alice\Parameter

Afficher le fichier Open project: nelmio/alice Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $key, mixed $value )
getKey ( ) : string
getValue ( ) : mixed
withValue ( $value ) : self

Method Details

__construct() public méthode

public __construct ( string $key, mixed $value )
$key string
$value mixed

getKey() public méthode

public getKey ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : mixed
Résultat mixed

withValue() public méthode

public withValue ( $value ) : self
Résultat self