예제 #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());
 }