PHP 클래스 gossi\codegen\utils\ReflectionUtils

파일 보기 프로젝트 열기: gossi/php-code-generator 1 사용 예제들

공개 메소드들

메소드 설명
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