BetterReflection\Reflector\FunctionReflector::__construct PHP 메소드

__construct() 공개 메소드

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