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

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

Executed for all types of sites: both multisite and "regular"
protected init ( )
    protected function init()
    {
        $this->url = home_url();
        $this->rdf = get_bloginfo('rdf_url');
        $this->rss = get_bloginfo('rss_url');
        $this->rss2 = get_bloginfo('rss2_url');
        $this->atom = get_bloginfo('atom_url');
        $this->language = get_bloginfo('language');
        $this->charset = get_bloginfo('charset');
        $this->pingback = $this->pingback_url = get_bloginfo('pingback_url');
        $this->language_attributes = Helper::function_wrapper('language_attributes');
    }