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

isSupported() private method

Check if the webmaster is supported.
private isSupported ( string $webmaster ) : boolean
$webmaster string
return boolean
    private function isSupported($webmaster)
    {
        return array_key_exists($webmaster, $this->supported);
    }