You appear to be a bot. Output may be restricted
Description
Usage
oiksc_token_object::reflect();
Parameters
Returns
voidSource
File name: oik-shortcodes/classes/class-oiksc-token-object.phpLines:
1 to 11 of 11
function reflect() { if ( function_exists( $this->dummyFunc->dummy_function_name ) ) { $refFunc = oikai_reflect( $this->dummyFunc->dummy_function_name ); } else { p( "Function does not exist" . $this->dummyFunc->dummy_function_name ); $refFunc = null; } //echo $this->dummyFunc->dummy_function_name . PHP_EOL; $this->refFunc = $refFunc; return( $refFunc ); }View on GitHub