コード例 #1
0
ファイル: element.php プロジェクト: nxtclass/NXTClass-themes
 /**
  * Lock this element from further modification
  *
  * @return ICE_Element
  */
 public function lock()
 {
     $this->classes->lock();
     $this->locked = true;
     return $this;
 }