Gajus\Dora\Input::getProperty PHP Method

getProperty() public method

public getProperty ( string $name ) : mixed
$name string Name of the property.
return mixed
    public function getProperty($name)
    {
        return isset($this->properties[$name]) ? $this->properties[$name] : null;
    }