PHP Class Transport\Entity\Location\NearbyQuery

Mostrar archivo Open project: opendatach/transport Class Usage Examples

Public Properties

Property Type Description
$lat
$limit
$lon
$transportations

Public Methods

Method Description
__construct ( $lat, $lon, $limit = 10 )
toArray ( )

Method Details

__construct() public method

public __construct ( $lat, $lon, $limit = 10 )

toArray() public method

public toArray ( )

Property Details

$lat public_oe property

public $lat

$limit public_oe property

public $limit

$lon public_oe property

public $lon

$transportations public_oe property

public $transportations