コード例 #1
0
ファイル: class_change.php プロジェクト: MenZil-Team/anwiki
 function create()
 {
     if ($this->nChangeId) {
         throw new AnwUnexpectedException("Change already existing");
     }
     $this->nChangeId = AnwStorage::createChange($this);
     $this->oPage->_change_cbk_setchange($this);
     return $this->nChangeId;
 }