$result =
explode(' ',
$data);
return $result;
} /**
* Returns the actual currency name
*
* @return string
*/
public function toString() { return $this->
toCurrency();
} /**
* Returns the currency name
*
* @return string
*/
public function __toString() { return $this->
toString();
}