Пример #1
0
 /**
  * This method returns the value as a IString.
  *
  * @access public
  * @static
  * @param Core\Type $x                                      the object to be converted
  * @return IString\Type                                     the value as a IString
  */
 public static function toString(Core\Type $x) : IString\Type
 {
     return $x->toString();
 }