예제 #1
0
 public function prependtName($keyValue, $content, $modifiers = array())
 {
     if (!$this->_locked) {
         parent::prependName($keyValue, $content, $modifiers);
     }
     return $this;
 }