static object getCurrentPageObject(
object
$object
)
|
|
returns the $object for the current loaded page
Parameters:
static float getRatingByIP(
string
$ip, array
$usedips, float
$ratingAverage
)
|
|
Returns the last vote rating from an IP or false if no vote on record
Parameters:
string |
$ip: |
|
array |
$usedips: |
|
float |
$ratingAverage: |
|
returns an "ID" tag for rating records
static string optionVoteStatus(
string
$prior, object
$object, string
$prefix
)
|
|
Option filter handler for images and albums
Parameters:
string |
$prior: |
HTML from prior filters |
object |
$object: |
object being rated |
string |
$prefix: |
indicator if admin is processing multiple objects |
API Tags:
static void optionVoteStatusSave(
object
$object, string
$prefix
)
|
|
Option save handler for the filter
Parameters:
object |
$object: |
object being rated |
string |
$prefix: |
indicator if admin is processing multiple objects |
static void rating_purgebutton(
$buttons
)
|
|
Parameters:
class instantiation function
array getOptionsSupported(
)
|
|
Reports the supported options
void handleOption(
$option,
$currentValue
)
|
|
Parameters: