Clinner\ValueHolder::__get PHP Method

__get() public method

Overridden in order to allow atribute-like accessor for values in the ValueHolder.
public __get ( $name )
    public function __get($name)
    {
        return $this->get($name);
    }