spec\MGDigital\BusQue\QueueResolver\QueueVoterWithWhitelistResolverSpec::getConstructorArguments PHP Метод

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

protected getConstructorArguments ( ) : array
Результат array
    protected function getConstructorArguments() : array
    {
        $args = parent::getConstructorArguments();
        $args[] = $this->whitelist;
        return $args;
    }
QueueVoterWithWhitelistResolverSpec