PHP Class Transport\Entity\Schedule\StationBoardJourney

Inheritance: extends Journey
Afficher le fichier Open project: opendatach/transport Class Usage Examples

Méthodes publiques

Свойство Type Description
$stop Stop

Méthodes publiques

Méthode Description
createStationBoardFromXml ( SimpleXMLElement $xml, DateTime $date, StationBoardJourney $obj = null ) : StationBoardJourney

Method Details

createStationBoardFromXml() public static méthode

public static createStationBoardFromXml ( SimpleXMLElement $xml, DateTime $date, StationBoardJourney $obj = null ) : StationBoardJourney
$xml SimpleXMLElement
$date DateTime The date that will be assigned to this journey
$obj StationBoardJourney An optional existing journey to overwrite
Résultat StationBoardJourney

Property Details

$stop public_oe property

public Stop,Transport\Entity\Schedule $stop
Résultat Stop