BumbleDocGen / Technical description of the project / Class map / CustomSourceLocatorInterface
CustomSourceLocatorInterface class:
namespace BumbleDocGen\LanguageHandler\Php\Parser\SourceLocator;
interface CustomSourceLocatorInterface
- # getSourceLocator | source code
public function getSourceLocator(\Roave\BetterReflection\SourceLocator\Ast\Locator $astLocator): \Roave\BetterReflection\SourceLocator\Type\SourceLocator;
Parameters:
Name | Type | Description |
---|---|---|
$astLocator | \Roave\BetterReflection\SourceLocator\Ast\Locator | - |
Return value: \Roave\BetterReflection\SourceLocator\Type\SourceLocator