PHP Class Transport\Entity\Schedule\StationBoardQuery

Inheritance: extends Transport\Entity\Query
Exibir arquivo Open project: opendatach/transport

Public Properties

Property Type Description
$boardType
$date
$maxJourneys
$station Transport\Entity\Location\Station
$transportations

Public Methods

Method Description
__construct ( Transport\Entity\Location\Station $station, DateTime $date = null )
toXml ( )

Method Details

__construct() public method

public __construct ( Transport\Entity\Location\Station $station, DateTime $date = null )
$station Transport\Entity\Location\Station
$date DateTime

toXml() public method

public toXml ( )

Property Details

$boardType public_oe property

public $boardType

$date public_oe property

public $date

$maxJourneys public_oe property

public $maxJourneys

$station public_oe property

public Station,Transport\Entity\Location $station
return Transport\Entity\Location\Station

$transportations public_oe property

public $transportations