lithium\tests\mocks\core\MockCallable::__get PHP Method

__get() public method

public __get ( $value )
    public function __get($value)
    {
        $this->trace[] = array(__FUNCTION__, func_get_args());
        return $this->get = $value;
    }