unlock() 공개 정적인 메소드

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