コード例 #1
0
ファイル: storage.php プロジェクト: hallnewman/webmail-lite
 /**
  * @param CGroup $oGroup
  * @return bool
  */
 public function UpdateGroup($oGroup)
 {
     return $this->oConnection->Execute($this->oCommandCreator->UpdateGroup($oGroup));
 }