Property | Type | Description | |
---|---|---|---|
$arrival | string | The departure time prognosis to the checkpoint, date format: ISO 8601 (e.g. 2012-03-31T08:58:00+02:00). | |
$capacity1st | integer | The estimated occupation load of 1st class coaches (e.g. 1). | |
$capacity2nd | integer | The estimated occupation load of 2nd class coaches (e.g. 2). | |
$departure | string | The arrival time prognosis to the checkpoint, date format: ISO 8601 (e.g. 2012-03-31T09:35:00+02:00). | |
$platform | string | The estimated arrival/departure platform (e.g. 8). |
Method | Description | |
---|---|---|
createFromXml ( SimpleXMLElement $xml, DateTime $date, $isArrival, |
public static createFromXml ( SimpleXMLElement $xml, DateTime $date, $isArrival, |
||
$xml | SimpleXMLElement | |
$date | DateTime | |
$obj |
public string $arrival | ||
return | string |
public int $capacity1st | ||
return | integer |
public int $capacity2nd | ||
return | integer |
public string $departure | ||
return | string |
public string $platform | ||
return | string |