PHP Класс ParaTest\Parser\Parser

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( $srcPath )
getClass ( ) : null | ParaTest\Parser\ParsedClass Returns the fully constructed class with methods or null if the class is abstract

Приватные методы

Метод Описание
classNameMatchesFileName ( $filename, $className ) : boolean
getClassName ( $filename, $previousDeclaredClasses ) : string Return the class name of the class contained in the file
getCleanReflectionName ( ) : string Return reflection name with null bytes stripped
getMethods ( ) : array Return all test methods present in the file
invertSlashes ( $className )

Описание методов

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

public __construct ( $srcPath )

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

Returns the fully constructed class with methods or null if the class is abstract
public getClass ( ) : null | ParaTest\Parser\ParsedClass
Результат null | ParaTest\Parser\ParsedClass