Function Virtual_shell->return_parse_tree
Definitions
sources/commandr.php
- Returns the parse tree for the command just parsed.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
Returns
- The parse tree (false: failure)
- Type: ~array
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Returns the parse tree for the command just parsed.
*
* @return ~array The parse tree (false: failure)
*/
public function return_parse_tree()
* Returns the parse tree for the command just parsed.
*
* @return ~array The parse tree (false: failure)
*/
public function return_parse_tree()

