CapMousse\ReactRestify\Http\Request::__get PHP 메소드

__get() 공개 메소드

public __get ( $name )
    public function __get($name)
    {
        return isset($this->data[$name]) ? $this->data[$name] : false;
    }