getConstructorArguments() protected method

protected getConstructorArguments ( ) : array
return array
 protected function getConstructorArguments() : array
 {
     $args = parent::getConstructorArguments();
     $args[] = $this->whitelist;
     return $args;
 }