コード例 #1
0
ファイル: mcontrol.php プロジェクト: joshuacoddingyou/php
 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();
 }