Esempio n. 1
0
 public function append($title)
 {
     if (!$this->_locked) {
         parent::append($title);
     }
     return $this;
 }