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

Note that this source locator does NOT specify a filename, because we did not load it from a file, so it will be null if you use this locator.
Наследование: extends AbstractSourceLocator
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( string $source )

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

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

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

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

public __construct ( string $source )
$source string

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

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