Timber\Site::init_as_singlesite PHP Метод

init_as_singlesite() защищенный Метод

Executed for single-blog sites
protected init_as_singlesite ( )
    protected function init_as_singlesite()
    {
        $this->admin_email = get_bloginfo('admin_email');
        $this->name = get_bloginfo('name');
        $this->title = $this->name;
        $this->description = get_bloginfo('description');
        $this->theme = new Theme();
        $this->language_attributes = Helper::function_wrapper('language_attributes');
        $this->multisite = false;
    }