Пример #1
0
 /**
  *	Get leaves intersections (посмотреть пересечение отпусков).
  *
  *	@return		RM_Store_iRequest
  */
 public function getLeaveIntersections()
 {
     return $this->_mapper->getLeaveIntersections($this);
 }