You appear to be a bot. Output may be restricted
Description
Extract the parse status fields
Usage
oiksc_parse_status::extract_parse_status();
Parameters
Returns
voidSource
File name: oik-shortcodes/classes/class-oiksc-parse-status.phpLines:
1 to 7 of 7
public function extract_parse_status() { $this->from_sha = bw_array_get( $this->parse_status, "from_sha", 0 ); $this->to_sha = bw_array_get( $this->parse_status, "to_sha", null ); $this->file_m = bw_array_get( $this->parse_status, "file_m", 0 ); $this->of_n = bw_array_get( $this->parse_status, "of_n", 0 ); $this->pass = bw_array_get( $this->parse_status, "pass", 0 ); }View on GitHub