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