Flow\JSONPath\Test\JSONPathTestClass::__get PHP Méthode

__get() public méthode

public __get ( $key )
    public function __get($key)
    {
        return isset($this->attributes[$key]) ? $this->attributes[$key] : null;
    }
JSONPathTestClass