Пример #1
0
 /**
  * Select a slice of an embedded document.
  *
  * @param string $fieldName
  * @param integer $skip
  * @param integer $limit
  * @return QueryProxy this instance
  */
 public function selectSlice($fieldName, $skip, $limit = null)
 {
     $this->queryChanged = true;
     return parent::selectSlice($fieldName, $keys, $limit);
 }