示例#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();
 }