コード例 #1
0
ファイル: Object.class.php プロジェクト: evilgeny/bob
 /**
  * Retrievs list of shop's downtime
  *
  * @return RM_Store_iRequest
  */
 public function downtime()
 {
     return $this->_mapper->getDowntime($this);
 }