示例#1
0
 /**
  * Getting the selling items
  *
  * @param string $serialNo
  * @param string $description
  * @param string $activeOnly
  * @param int    $pageNo
  * @param int    $pageSize
  * @param array  $orderBy
  * @param array  $stats
  * @return Ambigous <Ambigous, multitype:, multitype:BaseEntityAbstract >
  */
 public function getSellingItems($serialNo = '', $description = '', $activeOnly = true, $pageNo = null, $pageSize = DaoQuery::DEFAUTL_PAGE_SIZE, $orderBy = array(), &$stats = array())
 {
     return SellingItem::getSellingItems($this, $serialNo, $description, null, null, $activeOnly, $pageNo, $pageSize, $orderBy, $stats);
 }