PHP Class Transport\Entity\Schedule\StationBoardJourney

Inheritance: extends Journey
ファイルを表示 Open project: opendatach/transport Class Usage Examples

Public Properties

Property Type Description
$stop Stop

Public Methods

Method Description
createStationBoardFromXml ( SimpleXMLElement $xml, DateTime $date, StationBoardJourney $obj = null ) : StationBoardJourney

Method Details

createStationBoardFromXml() public static method

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
return StationBoardJourney

Property Details

$stop public_oe property

public Stop,Transport\Entity\Schedule $stop
return Stop