in reply to Calling multi functions in a single statement
So will $logviewer->get_log_records()->XML_file(); just call both the functions
The first method is being called on an object instance of type CCI::LogViewer, and once it has returned, the second method will be called on whatever object has been returned by the first method (could be an object of a different type (i.e. I haven't checked what it returns)).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Calling multi functions in a single statement
by akagrawal3 (Beadle) on Apr 20, 2012 at 05:06 UTC | |
by JavaFan (Canon) on Apr 20, 2012 at 08:45 UTC |