PHP Class gossi\codegen\utils\ReflectionUtils

Afficher le fichier Open project: gossi/php-code-generator Class Usage Examples

Méthodes publiques

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

Method Details

getFunctionBody() public static méthode

public static getFunctionBody ( ReflectionFunctionAbstract $function )
$function ReflectionFunctionAbstract

getOverrideableMethods() public static méthode

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

getUnindentedDocComment() public static méthode

public static getUnindentedDocComment ( string $docComment )
$docComment string