コード例 #1
0
ファイル: String.php プロジェクト: rzak/ModSync
 public function getValue()
 {
     return (string) parent::getValue();
 }
コード例 #2
0
ファイル: Int.php プロジェクト: rzak/ModSync
 public function getValue()
 {
     return intval(parent::getValue());
 }