ManaPHP\Mvc\ViewInterface::getVar PHP Метод

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

Returns a parameter previously set in the view
public getVar ( string $name = null ) : mixed
$name string
Результат mixed
    public function getVar($name = null);