PHP Class Nelmio\Alice\Definition\Value\MutableValue

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

Public Methods

Method Description
__construct ( $value )
__toString ( ) : string
getValue ( )
setValue ( $value )

Method Details

__construct() public method

public __construct ( $value )

__toString() public method

public __toString ( ) : string
return string

getValue() public method

public getValue ( )

setValue() public method

public setValue ( $value )