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