コード例 #1
0
ファイル: AbstractStats.php プロジェクト: gmo/beanstalk
 public function __construct($elements = array())
 {
     parent::__construct($elements);
     foreach ($this as $key => $value) {
         $this[$key] = static::convertToType($value);
     }
 }