コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function __construct(CommandInterface $command, array $data = [])
 {
     parent::__construct($command, $data);
     $this->pageSize = 20;
 }
コード例 #2
0
 /**
  * @param CommandInterface $command
  * @param array            $data
  */
 public function __construct(CommandInterface $command, array $data = [])
 {
     parent::__construct($command, $data);
     $this->pageSize = 100;
     // This is the maximum allowed by Stripe
 }