Esempio n. 1
0
 /**
  * {@inheritdoc}
  *
  * Sets the default accountId to "-" for all operations.
  */
 public function getCommand($name, array $args = [])
 {
     return parent::getCommand($name, $args + ['accountId' => '-']);
 }