PHP Class BetterReflection\SourceLocator\Type\PhpInternalSourceLocator

Inheritance: extends AbstractSourceLocator
Afficher le fichier Open project: roave/better-reflection Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( )
hasStub ( string $className ) : boolean Determine if a stub exists for specified class name

Méthodes protégées

Méthode Description
createLocatedSource ( BetterReflection\Identifier\Identifier $identifier ) {@inheritDoc}

Private Methods

Méthode Description
buildStubName ( string $className ) : string | null Determine the stub name
getInternalReflectionClassName ( BetterReflection\Identifier\Identifier $identifier ) : null | string
getStub ( string $className ) : string | null Get the stub source code for an internal class.

Method Details

__construct() public méthode

public __construct ( )

createLocatedSource() protected méthode

{@inheritDoc}
protected createLocatedSource ( BetterReflection\Identifier\Identifier $identifier )
$identifier BetterReflection\Identifier\Identifier

hasStub() public méthode

Determine if a stub exists for specified class name
public hasStub ( string $className ) : boolean
$className string
Résultat boolean