Esempio n. 1
0
 public function generateHint()
 {
     $hint = new MHint($this->property->hint);
     return $hint->generate();
 }
Esempio n. 2
0
 public function generateHint()
 {
     $msg = !$this->getReadOnly() ? 'indicar os centavos' : '';
     $hint = new MHint($this->property->hint ?: $msg);
     return $hint->generate();
 }