Contao\CoreBundle\Analyzer\HtaccessAnalyzer::isComment PHP Метод

isComment() приватный Метод

Checks whether a line is a comment.
private isComment ( string $line ) : boolean
$line string
Результат boolean
    private function isComment($line)
    {
        return 0 === strncmp('#', ltrim($line), 1);
    }