You appear to be a bot. Output may be restricted
Description
Return the end line for the token object
Usage
$integer = oiksc_token_object::getEndLine();
Parameters
Returns
integer end line numberSource
File name: oik-shortcodes/classes/class-oiksc-token-object.phpLines:
1 to 8 of 8
function getEndLine() { if ( $this->endline ) { $endLine = $this->endline; } else { $endLine = null; // $this->getStartLine(); } return( $endLine ); }View on GitHub