PHP Class Jarves\Extractor\ClassExtractor

Show file Open project: jarves/jarves Class Usage Examples

Public Methods

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

Method Details

__construct() public method

public __construct ( $obj )

cleanDocComment() public method

public cleanDocComment ( $comment )

create() public static method

public static create ( object $obj ) : static
$obj object
return static

getClassName() public method

public getClassName ( ) : string
return string

getPropertyComment() public method

public getPropertyComment ( $property )

getShortClassName() public method

public getShortClassName ( ) : string
return string

instanceOfClass() public method

public instanceOfClass ( string $className ) : boolean
$className string
return boolean