Arcanedev\SeoHelper\Entities\Webmasters::init PHP Method

init() private method

Start the engine.
private init ( )
    private function init()
    {
        foreach ($this->configs as $webmaster => $content) {
            $this->add($webmaster, $content);
        }
    }