unlock() public static method

public static unlock ( $cid, $ctype ) : boolean
$cid
$ctype
return boolean
示例#1
0
 public function unlockElementAction()
 {
     Element\Editlock::unlock($this->getParam("id"), $this->getParam("type"));
     exit;
 }