Habari\RawPHPEngine::__set PHP Метод

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

Assigns a variable to the template engine for use in constructing the template's output.
public __set ( $key, $value )
    public function __set($key, $value)
    {
        $this->engine_vars[$key] = $value;
    }