Beispiel #1
0
 /**
  * This method returns an un-box value equivalent to this class.
  *
  * @access public
  * @static
  * @param mixed $value                                      the value to be un-boxed
  * @return array                                            an array
  * @throws Throwable\Parse\Exception
  */
 public static function unbox($value)
 {
     return Core\Convert::toArray($value);
 }