/**
  * This method returns the native datatype of a wrapper class.
  *
  * @return array
  */
 public static function asNative($value)
 {
     return AbstractArray::asNative($value);
 }