BetterReflection\SourceLocator\Type\AbstractSourceLocator::createLocatedSource PHP Method

createLocatedSource() abstract protected method

Children should implement this method and return a LocatedSource object which contains the source and the file from which it was located.
abstract protected createLocatedSource ( BetterReflection\Identifier\Identifier $identifier ) : BetterReflection\SourceLocator\Located\LocatedSource
$identifier BetterReflection\Identifier\Identifier
return BetterReflection\SourceLocator\Located\LocatedSource
    protected abstract function createLocatedSource(Identifier $identifier);