コード例 #1
0
ファイル: VariableVO.class.php プロジェクト: reytuty/facil
 public function getValue()
 {
     return DataHandler::forceType($this->value, $this->getType());
 }