PHP Class gossi\codegen\utils\ReflectionUtils

显示文件 Open project: gossi/php-code-generator Class Usage Examples

Public Methods

Method Description
getFunctionBody ( ReflectionFunctionAbstract $function )
getOverrideableMethods ( ReflectionClass $class, boolean $publicOnly = false )
getUnindentedDocComment ( string $docComment )

Method Details

getFunctionBody() public static method

public static getFunctionBody ( ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract

getOverrideableMethods() public static method

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

getUnindentedDocComment() public static method

public static getUnindentedDocComment ( string $docComment )
$docComment string