Overview

Namespaces

  • NGS
    • Client
      • Exception
    • Converter
    • Patterns
  • PHP

Classes

  • BigDecimal
  • BigInt
  • ByteStream
  • LocalDate
  • Location
  • Money
  • Name
  • Point
  • S3
  • Timestamp
  • Utils
  • UUID
  • Overview
  • Namespace
  • Class
  • Tree

Class Location

Direct known subclasses

NGS\Point
Namespace: NGS
Located at Location.php
Methods summary
public
# __construct( mixed $x = 0, mixed $y = 0 )
public static array
# toArray( array $items, mixed $allowNullValues = false )

Constructs array of Locations from array of valid constructor arguments

Constructs array of Locations from array of valid constructor arguments

Parameters

$items
array
$items
$allowNullValues

Returns

array

Throws

InvalidArgumentException
public static
# toArrayList( array $items )
public
# asArray( )
public
# __get( mixed $name )
public
# setX( mixed $value )
public
# setY( mixed $value )
public
# __set( mixed $name, mixed $value )
public
# __toString( )
Properties summary
protected mixed $x
#
protected mixed $y
#
API documentation generated by ApiGen 2.8.0