Packagesystem.data.bags
Classpublic class BagFormatter
InheritanceBagFormatter Inheritance Object
Implements Formattable

Converts a Bag to a custom string representation.



Public Methods
 MethodDefined By
  
Creates a new BagFormatter instance.
BagFormatter
  
format(value:* = null):String
Formats the specified value.
BagFormatter
Constructor Detail
BagFormatter()Constructor
public function BagFormatter()

Creates a new BagFormatter instance.

Method Detail
format()method
public function format(value:* = null):String

Formats the specified value.

Parameters

value:* (default = null) — The object to format.

Returns
String — the string representation of the formatted value.