PHPHtmlParser\Options::__get PHP Method

__get() public method

A magic get to call the get() method.
public __get ( string $key ) : mixed
$key string
return mixed
    public function __get($key)
    {
        return $this->get($key);
    }