Stringifier
ListStringifier
is the default stringifier used to stringify List
instances.
public function execute(target):String
Stringifies passed-in target
that must be an instance of type
{link List}.
The string representation is constructed as follows:
[firstlyAddedValue, secondlyAddedValue, ...]
target | the list target to stringify |
the string representation of the passed-in target