/**
  * This method returns wether the given value is the wrapper type of the class or not.
  *
  * @return boolean
  */
 public static function isWrapperType($value)
 {
     return AbstractArray::isWrapperType($value);
 }