PHP Class Nelmio\Alice\Definition\Value\EvaluatedValue

Inheritance: implements Nelmio\Alice\Definition\ValueInterface
Show file Open project: nelmio/alice Class Usage Examples

Public Methods

Method Description
__construct ( string $expression )
__toString ( ) : string
getValue ( ) : string

Method Details

__construct() public method

public __construct ( string $expression )
$expression string

__toString() public method

public __toString ( ) : string
return string

getValue() public method

public getValue ( ) : string
return string The first element is the quantifier and the second the elements.