![]() |
IP.Board
3.3.0
|
Public Member Functions | |
| __construct (ipsRegistry $registry) | |
| executeQuery ($type, $start, $end) | |
| getDropdown () | |
| getMax ($type, $dis) | |
| getRawPost ($type, $r) | |
| storeNewPost ($type, $r, $newpost) | |
Data Fields | |
| $oldparser | |
| $parser | |
Protected Attributes | |
| $cache | |
| $caches | |
| $DB | |
| $lang | |
| $member | |
| $memberData | |
| $registry | |
| $request | |
| $settings | |
| __construct | ( | ipsRegistry $ | registry | ) |
#@- I'm a constructor, twisted constructor
public
| object | ipsRegistry reference |
| executeQuery | ( | $ | type, |
| $ | start, | ||
| $ | end | ||
| ) |
Execute the database query to return the results
public
| string | Content type we are rebuilding ( key 0 in arrays from getDropdown() ) |
| integer | Start point |
| integer | End point |
| getDropdown | ( | ) |
Grab the dropdown options
public
| getMax | ( | $ | type, |
| $ | dis | ||
| ) |
Find out if there are any more
public
| string | Content type we are rebuilding ( key 0 in arrays from getDropdown() ) |
| integer | Start point |
| getRawPost | ( | $ | type, |
| $ | r | ||
| ) |
Get preEditParse of the content
public
| string | Content type we are rebuilding ( key 0 in arrays from getDropdown() ) |
| array | Database record from while loop |
| storeNewPost | ( | $ | type, |
| $ | r, | ||
| $ | newpost | ||
| ) |
Store the newly converted content
public
| string | Content type we are rebuilding ( key 0 in arrays from getDropdown() ) |
| array | Database record from while loop |
| string | Newly parsed post |