Calotype\SEO\Generators\RobotsGenerator::generate PHP Method

generate() public method

Generate the robots.txt data.
public generate ( ) : string
return string
    public function generate()
    {
        return implode(PHP_EOL, $this->lines);
    }