コード例 #1
0
 /**
  * {@inheritDoc}
  */
 public function getProducts(\XLite\Core\CommonCell $cnd = NULL, $countOnly = false)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getProducts', array($cnd, $countOnly));
     return parent::getProducts($cnd, $countOnly);
 }