Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Transport
Entity
Location
LocationQuery
PHP Класс Transport\Entity\Location\LocationQuery
Наследование:
extends
Transport\Entity\Query
Показать файл
Открыть проект
Примеры использования класса
Открытые свойства
Свойство
Тип
Описание
$query
array
$type
Открытые методы
Метод
Описание
__construct
(
string
|
array
$query
,
string
$type
= null )
Finds all stations, locations and poi matching the search query.
getLocationTypes
( ) :
array
toXml
( )
Описание методов
__construct()
публичный
Метод
Finds all stations, locations and poi matching the search query.
public
__construct
(
string
|
array
$query
,
string
$type
= null )
$query
string
|
array
Search query (e.g. Ber)
$type
string
Location types to return (all, station, address, poi)
getLocationTypes()
публичный
Метод
public
getLocationTypes
( ) :
array
Результат
array
toXml()
публичный
Метод
public
toXml
( )
Описание свойств
$query
публичное свойство
public
array
$query
Результат
array
$type
публичное свойство
public
$type