Lines:
1 to 22 of 22
<?php // (C) Copyright Bobbing Wide 2014-2016 /* class oiksc_token_object */ /* function oiksc_token_object::__construct() – Construct an oiksc_token_object */ /* function oiksc_token_object::as_csv() – Export a token in CSV format */ /* function oiksc_token_object::getStartLine() – Return the start line for the token object */ /* function oiksc_token_object::getEndLine() – Return the end line for the token object */ /* function oiksc_token_object::getSize() – Return the size of the token object */ /* function oiksc_token_object::match() – Check if this token matches the requested API */ /* function oiksc_token_object::load() – Load the source file from start line to end line */ /* function oiksc_token_object::reflect() – */ /* function oiksc_token_object::load_and_reflect() – */ /* function oiksc_token_object::getDocComment() – */ /* function oiksc_token_object::getParameters() – */ /* function oiksc_token_object::getFileName() – */ /* function oiksc_token_object::getApiType() – Attempt to determine the API type from the source and comments */ /* function oiksc_token_object::getShortDescription() – */ /* function oiksc_token_object::getApiName() – Return the API name */ /* function oiksc_token_object::getMethod() – Return the method or function name */View on GitHub