コード例 #1
0
 /**
  * Create new order
  *
  * @return void
  */
 public function run()
 {
     $this->orderIndex->getGridPageActions()->addNew();
 }