Lines:
1 to 34 of 34
<?php // (C) Copyright Bobbing Wide 2014-2023 /* class oiksc_parsed_source */ /* function oiksc_parsed_source::instance() – Return a single instance of this class */ /* function oiksc_parsed_source::__construct() – Create a new oik_parsed_source instance */ /* function oiksc_parsed_source::reset() – Reset the properties */ /* function oiksc_parsed_source::load() – Load the parsed object referencing the source */ /* function oiksc_parsed_source::query_md5_hash() – Find the MD5 hash for the current source */ /* function oiksc_parsed_source::get_md5_hash() – Return the stored MD5 hash of the parsed source */ /* function oiksc_parsed_source::set_md5_hash() – Set the MD5 hash for the current source */ /* function oiksc_parsed_source::is_parsing_necessary() – Determine if parsing is necessary */ /* function oiksc_parsed_source::get_latest_parsed_source_by_sourceref() – Obtain the latest parsed source, if it is the latest */ /* function oiksc_parsed_source::get_parsed_source_by_sourceref() – Get the parsed source object by sourceref */ /* function oiksc_parsed_source::get_parse_count() – Return the "parse_count" from the parsed source */ /* function oiksc_parsed_source::update_parsed_source() – Update the parsed source for this API */ /* function oiksc_parsed_source::update_parsed_object() – Update the parsed object */ /* function bw_get_sourceref() – Return the ID of the source post */ /* function bw_get_parse_count() – Return the "parse_count" from the parsed source */ /* function bw_get_file_time() – Get the file’s timestamp */ /* function bw_get_latest_parsed_source_by_sourceref() – Load the latest parsed source – if it is the latest */ /* function bw_get_parsed_source_by_sourceref() – Get the parsed source object by sourceref */ /* function bw_create_parsed_object() – Create the parsed object */ /* function bw_update_parsed_object() – Update the parsed object */ /* function bw_update_parsed_source() – Update the parsed source for this API */ /* function oikai_navi_parsed_source() – Navigate the parsed source */View on GitHub