Piwik\API\DocumentationGenerator::checkIfCommentContainsInternalAnnotation PHP Метод

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

Check if Class contains @internal
private checkIfCommentContainsInternalAnnotation ( ReflectionClas\ReflectionClass | ReflectionMethod $rClass ) : boolean
$rClass ReflectionClas\ReflectionClass | ReflectionMethod instance of ReflectionMethod
Результат boolean
    private function checkIfCommentContainsInternalAnnotation($rClass)
    {
        return false !== strstr($rClass->getDocComment(), '@internal');
    }