Calotype\SEO\Generators\RobotsGenerator::addComment PHP Метод

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

Add a comment to the robots.txt.
public addComment ( string $comment )
$comment string
    public function addComment($comment)
    {
        $this->addLine("# {$comment}");
    }