コード例 #1
0
ファイル: resource.php プロジェクト: davidmottet/automne
 /**
  * Cancel all the editions on the resource
  *
  * @return void
  * @access public
  */
 function cancelAllEditions()
 {
     $this->_status->delAllEditions();
     $this->resetEditorsStack();
 }