You appear to be a bot. Output may be restricted
Description
Load the source file from start line to end lineLoads the source for this function or method as a dummy function Sets dummyFunc to the dummy Reflection Function
Usage
oiksc_token_object::load();
Parameters
Returns
voidSource
File name: oik-shortcodes/classes/class-oiksc-token-object.phpLines:
1 to 9 of 9
function load( ) { if ( null == $this->dummyFunc ) { $this->dummyFunc = new oiksc_function_loader( $this ); } //bw_trace2( $this, __METHOD__ ); ///bw_backtrace(); //$this->refFunc = return( $this->dummyFunc ); }View on GitHub