Gajus\Dora\Input::getProperty PHP Метод

getProperty() публичный Метод

public getProperty ( string $name ) : mixed
$name string Name of the property.
Результат mixed
    public function getProperty($name)
    {
        return isset($this->properties[$name]) ? $this->properties[$name] : null;
    }