Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

$t->listjourneyobject( )

 

Parameters   

 
 
None

...

Return Values   

 
$t->result
Structured data / XML is returned to the variable $t

...

Code Block
themeRDark
languagephp
linenumberstrue
$listjo=$t->listJourneyObjects();
print_r($listjo);

...