PHP Класс BetterReflection\SourceLocator\Type\PhpInternalSourceLocator

Наследование: extends AbstractSourceLocator
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( )
hasStub ( string $className ) : boolean Determine if a stub exists for specified class name

Защищенные методы

Метод Описание
createLocatedSource ( BetterReflection\Identifier\Identifier $identifier ) {@inheritDoc}

Приватные методы

Метод Описание
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.

Описание методов

__construct() публичный Метод

public __construct ( )

createLocatedSource() защищенный Метод

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

hasStub() публичный Метод

Determine if a stub exists for specified class name
public hasStub ( string $className ) : boolean
$className string
Результат boolean