Public Member Functions | |
getName () | |
getAuthor () | |
getURL () | |
getVersion () | |
getMinNucleusVersion () | |
getDescription () | |
supportsFeature ($what) | |
init () | |
install () | |
getEventList () | |
event_JustPosted ($data) | |
event_SendPing ($data) | |
sendPings ($data) | |
pingPingomatic () | |
pingWeblogs () | |
pingTechnorati () | |
pingBlogRollingDotCom () | |
pingBloGs () | |
pingWebloguesDotCom () | |
pingBloggDe () | |
processPingResult ($r) |
Definition at line 14 of file NP_Ping.php.
NP_Ping::getName | ( | ) |
Reimplemented from NucleusPlugin.
Definition at line 16 of file NP_Ping.php.
Referenced by pingBloggDe(), pingBlogRollingDotCom(), pingBloGs(), pingPingomatic(), pingTechnorati(), pingWeblogs(), and pingWebloguesDotCom().
NP_Ping::getAuthor | ( | ) |
NP_Ping::getURL | ( | ) |
Reimplemented from NucleusPlugin.
Definition at line 19 of file NP_Ping.php.
Referenced by pingBloggDe(), pingBlogRollingDotCom(), pingBloGs(), pingPingomatic(), pingTechnorati(), and pingWebloguesDotCom().
NP_Ping::getVersion | ( | ) |
NP_Ping::getMinNucleusVersion | ( | ) |
NP_Ping::getDescription | ( | ) |
NP_Ping::supportsFeature | ( | $ | feature | ) |
Checks if a plugin supports a certain feature.
$feature | Name of the feature. See plugin documentation for more info 'SqlTablePrefix' -> if the plugin uses the sql_table() method to get table names 'HelpPage' -> if the plugin provides a helppage |
Reimplemented from NucleusPlugin.
Definition at line 28 of file NP_Ping.php.
NP_Ping::init | ( | ) |
Reimplemented from NucleusPlugin.
Definition at line 37 of file NP_Ping.php.
References $language, NucleusPlugin::getDirectory(), and getLanguageName().
NP_Ping::install | ( | ) |
Reimplemented from NucleusPlugin.
Definition at line 47 of file NP_Ping.php.
References NucleusPlugin::createOption().
NP_Ping::getEventList | ( | ) |
NP_Ping::event_JustPosted | ( | $ | data | ) |
Definition at line 62 of file NP_Ping.php.
References $DIR_NUCLEUS, $DIR_PLUGINS, ACTIONLOG::add(), NucleusPlugin::getOption(), and sendPings().
NP_Ping::event_SendPing | ( | $ | data | ) |
NP_Ping::sendPings | ( | $ | data | ) |
Definition at line 86 of file NP_Ping.php.
References $DIR_LIBS, NucleusPlugin::getOption(), pingBloggDe(), pingBlogRollingDotCom(), pingBloGs(), pingPingomatic(), pingTechnorati(), pingWeblogs(), and pingWebloguesDotCom().
Referenced by event_JustPosted(), and event_SendPing().
NP_Ping::pingPingomatic | ( | ) |
Definition at line 137 of file NP_Ping.php.
References getName(), getURL(), and processPingResult().
Referenced by sendPings().
NP_Ping::pingWeblogs | ( | ) |
Definition at line 152 of file NP_Ping.php.
References getName(), and processPingResult().
Referenced by sendPings().
NP_Ping::pingTechnorati | ( | ) |
Definition at line 167 of file NP_Ping.php.
References getName(), getURL(), and processPingResult().
Referenced by sendPings().
NP_Ping::pingBlogRollingDotCom | ( | ) |
Definition at line 182 of file NP_Ping.php.
References getName(), getURL(), and processPingResult().
Referenced by sendPings().
NP_Ping::pingBloGs | ( | ) |
Definition at line 198 of file NP_Ping.php.
References getName(), getURL(), and processPingResult().
Referenced by sendPings().
NP_Ping::pingWebloguesDotCom | ( | ) |
Definition at line 213 of file NP_Ping.php.
References getName(), getURL(), and processPingResult().
Referenced by sendPings().
NP_Ping::pingBloggDe | ( | ) |
Definition at line 229 of file NP_Ping.php.
References getName(), getURL(), and processPingResult().
Referenced by sendPings().
NP_Ping::processPingResult | ( | $ | r | ) |
Definition at line 244 of file NP_Ping.php.
Referenced by pingBloggDe(), pingBlogRollingDotCom(), pingBloGs(), pingPingomatic(), pingTechnorati(), pingWeblogs(), and pingWebloguesDotCom().