...
$t->listjourneyobject( )
Parameters | |
---|---|
None |
...
Return Values | |
---|---|
$t->result | Structured data / XML is returned to the variable $t |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$listjo=$t->listJourneyObjects(); print_r($listjo); |
...
...
Parameters | |
---|---|
None |
...
Return Values | |
---|---|
$t->result | Structured data / XML is returned to the variable $t |
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
$listjo=$t->listJourneyObjects(); print_r($listjo); |
...