BetterReflection\Reflector\FunctionReflector::__construct PHP Méthode

__construct() public méthode

public __construct ( BetterReflection\SourceLocator\Type\SourceLocator $sourceLocator )
$sourceLocator BetterReflection\SourceLocator\Type\SourceLocator
    public function __construct(SourceLocator $sourceLocator)
    {
        $this->sourceLocator = $sourceLocator;
    }
FunctionReflector