PHP Class Jarves\Extractor\ClassExtractor

Afficher le fichier Open project: jarves/jarves Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $obj )
cleanDocComment ( $comment )
create ( object $obj ) : static
getClassName ( ) : string
getPropertyComment ( $property )
getShortClassName ( ) : string
instanceOfClass ( string $className ) : boolean

Method Details

__construct() public méthode

public __construct ( $obj )

cleanDocComment() public méthode

public cleanDocComment ( $comment )

create() public static méthode

public static create ( object $obj ) : static
$obj object
Résultat static

getClassName() public méthode

public getClassName ( ) : string
Résultat string

getPropertyComment() public méthode

public getPropertyComment ( $property )

getShortClassName() public méthode

public getShortClassName ( ) : string
Résultat string

instanceOfClass() public méthode

public instanceOfClass ( string $className ) : boolean
$className string
Résultat boolean