Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function countOrders()
 {
     return $this->tableAccessor->countTableBodyRows($this->getElement('customer_orders'));
 }
Пример #2
0
 /**
  * {@inheritdoc}
  */
 public function countItems()
 {
     return $this->tableAccessor->countTableBodyRows($this->getElement('order_items'));
 }
Пример #3
0
 /**
  * {@inheritdoc}
  */
 public function getNumberOfNewCustomersInTheList()
 {
     return $this->tableAccessor->countTableBodyRows($this->getElement('customer_list'));
 }