ManaPHP\Mvc\ViewInterface::getVar PHP Method

getVar() public method

Returns a parameter previously set in the view
public getVar ( string $name = null ) : mixed
$name string
return mixed
    public function getVar($name = null);