PHP Класс Sulu\Bundle\LocationBundle\Geolocator\GeolocatorResponse

Наследование: implements Countable
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$locations

Открытые методы

Метод Описание
addLocation ( GeolocatorLocation $location ) Add a location to the response.
count ( ) : integer Return the number of locations in the response.
toArray ( ) : array Return an array representation of the response.

Описание методов

addLocation() публичный Метод

Add a location to the response.
public addLocation ( GeolocatorLocation $location )
$location GeolocatorLocation

count() публичный Метод

Return the number of locations in the response.
public count ( ) : integer
Результат integer

toArray() публичный Метод

Return an array representation of the response.
public toArray ( ) : array
Результат array

Описание свойств

$locations защищенное свойство

protected $locations