예제 #1
0
 public function prepend($title)
 {
     if (!$this->_locked) {
         parent::prepend($title);
     }
     return $this;
 }