PHP Class Transport\Entity\Schedule\ConnectionQuery

Inheritance: extends Transport\Entity\Query
Show file Open project: opendatach/transport

Public Properties

Property Type Description
$accessibility
$bike
$changeCount
$changeExtensionPercent
$couchette
$date
$direct
$dstLocation
$isArrivalTime
$limit
$page
$searchMode
$sleeper
$srcLocation
$time
$transportations
$viaLocations

Public Methods

Method Description
__construct ( Location $srcLocation, Location $dstLocation, array $viaLocations = [], $date = null, $time = null )
toXml ( )

Method Details

__construct() public method

public __construct ( Location $srcLocation, Location $dstLocation, array $viaLocations = [], $date = null, $time = null )
$srcLocation Transport\Entity\Location\Location
$dstLocation Transport\Entity\Location\Location
$viaLocations array

toXml() public method

public toXml ( )

Property Details

$accessibility public property

public $accessibility

$bike public property

public $bike

$changeCount public property

public $changeCount

$changeExtensionPercent public property

public $changeExtensionPercent

$couchette public property

public $couchette

$date public property

public $date

$direct public property

public $direct

$dstLocation public property

public $dstLocation

$isArrivalTime public property

public $isArrivalTime

$limit public property

public $limit

$page public property

public $page

$searchMode public property

public $searchMode

$sleeper public property

public $sleeper

$srcLocation public property

public $srcLocation

$time public property

public $time

$transportations public property

public $transportations

$viaLocations public property

public $viaLocations