Example #1
0
 public function getDescription()
 {
     if ($this->description === null && $this->form) {
         return $this->form->_fieldDescription($this);
     }
     return parent::getDescription();
 }