コード例 #1
0
ファイル: class_dbstorage.php プロジェクト: JDevelopers/Mail
 /**
  * @param AddressGroup $group
  * @return bool
  */
 function UpdateGroupStrId($groupId, $groupStrId)
 {
     return $this->_dbConnection->Execute($this->_commandCreator->UpdateGroupStrId($groupId, $groupStrId));
 }