Calotype\SEO\Generators\MetaGenerator::reset PHP Метод

reset() публичный Метод

Reset the title and description fields.
public reset ( ) : void
Результат void
    public function reset()
    {
        $this->title = null;
        $this->description = null;
        $this->keywords = null;
        $this->canonical = null;
    }