function() { return [ 'id' => [ 'type' => Type::int(), 'description' => 'Id', ], 'code' => [ 'type' => Type::string(), 'description' => 'code', ], 'value' => [ 'type' => Type::string(), 'description' => 'value', ], ]; } ]; parent::__construct($config); } }