Calotype\SEO\Generators\OpenGraphGenerator::reset PHP Method

reset() public method

Reset all the properties.
public reset ( ) : void
return void
    public function reset()
    {
        $this->properties = array();
    }