You appear to be a bot. Output may be restricted
Description
Return the method or function name
Usage
$string = oiksc_token_object::getMethod();
Parameters
Returns
string method name – may be nullSource
File name: oik-shortcodes/classes/class-oiksc-token-object.phpLines:
1 to 8 of 8
function getMethod() { $methodname = $this->methodname; //bw_trace2( $methodname, "methodname" ); if ( empty( $methodname ) ) { //gob(); } return( $methodname ); }View on GitHub