コード例 #1
0
 function removeEntry($workflowEventID, $id, $version)
 {
     eZWaitUntilDateValue::removeByID($id, $version);
     $this->Entries = eZWaitUntilDateValue::fetchAllElements($workflowEventID, $version);
 }