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