PHP Класс gossi\codegen\utils\ReflectionUtils

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

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

Метод Описание
getFunctionBody ( ReflectionFunctionAbstract $function )
getOverrideableMethods ( ReflectionClass $class, boolean $publicOnly = false )
getUnindentedDocComment ( string $docComment )

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

getFunctionBody() публичный статический Метод

public static getFunctionBody ( ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract

getOverrideableMethods() публичный статический Метод

public static getOverrideableMethods ( ReflectionClass $class, boolean $publicOnly = false )
$class ReflectionClass
$publicOnly boolean

getUnindentedDocComment() публичный статический Метод

public static getUnindentedDocComment ( string $docComment )
$docComment string