コード例 #1
0
ファイル: _Integer.php プロジェクト: TheProjecter/sylma
 protected function getDefault()
 {
     $sResult = parent::getDefault();
     if ($sResult === '') {
         $this->launchException('Empty string not allowed as integer');
     }
     return $sResult;
 }