Beispiel #1
0
 public function help()
 {
     if ($this->suggestion and !$this->readonly) {
         $this->help = $this->suggestion();
     }
     return parent::help();
 }