Esempio n. 1
0
 /**
  * Lock this element from further modification
  *
  * @return ICE_Element
  */
 public function lock()
 {
     $this->classes->lock();
     $this->locked = true;
     return $this;
 }