Arcanedev\SeoHelper\Entities\MiscTags::__construct PHP Method

__construct() public method

Make MiscTags instance.
public __construct ( array $configs = [] )
$configs array
    public function __construct(array $configs = [])
    {
        $this->setConfigs($configs);
        $this->metas = new MetaCollection();
        $this->init();
    }