static void errorsOnAdmin(
string
$tab, string
$subtab
)
|
|
filter to display tweet errors on an admin page
Parameters:
string |
$tab: |
|
string |
$subtab: |
|
static void errorsOnOverview(
string
$side
)
|
|
filter which will display tweet errors on the admin overview page
Parameters:
static void newZenpageObject(
string
$msg, object
$article
)
|
|
filter for new news articles
Parameters:
string |
$msg: |
|
object |
$article: |
|
static void published(
object
$obj
)
|
|
filter for the setShow() methods
Parameters:
static string scan(
string
$script, [bool
$valid = true]
)
|
|
filter which checks if there are any matured tweets to be sent
Parameters:
string |
$script: |
|
bool |
$valid: |
will be false if the object is not found (e.g. there will be a 404 error); |
static void tweeter(
string
$before, object
$object, [int
$prefix = NULL]
)
|
|
filter to place tweet action on object edit pages
Parameters:
string |
$before: |
|
object |
$object: |
|
int |
$prefix: |
|
static void tweeterExecute(
object
$object, string
$prefix
)
|
|
processes the image and album tweet request
Parameters:
object |
$object: |
|
string |
$prefix: |
|
static void tweeterZenpageExecute(
unknown_type
$custom, unknown_type
$object
)
|
|
filter to process zenpage tweet requests
Parameters:
unknown_type |
$custom: |
|
unknown_type |
$object: |
|
void getOptionsSupported(
)
|
|
supported options
void handleOption(
string
$option, mixed
$currentValue
)
|
|
place holder
Parameters:
string |
$option: |
|
mixed |
$currentValue: |
|