| Amiro.Ru / Manual | |||
|
Packages:
DB Debug Driver_PaymentSystem Environment Library Module ModuleComponent Package Plugin Plugin_AJAXResponder Plugin_Sample Service Template TxCommand TxService Hyper_AmiCatalog Hyper_AmiClean Hyper_AmiEshopShipping Hyper_AmiExt Hyper_AmiFiles Hyper_AmiMultifeeds Hyper_AmiSearch Hyper_AmiUsers Config_AmiCatalog_Items Config_AmiClean_AmiNewsList Config_AmiClean_AmiSample Config_AmiClean_EshopOrder Config_AmiClean_Webservice Config_AmiEshopShipping_Fields Config_AmiEshopShipping_Methods Config_AmiEshopShipping_Types Config_AmiFake_AmiroPayDrvExample Config_AmiFiles_Files Config_AmiMultifeeds_Articles Config_AmiMultifeeds_Blog Config_AmiMultifeeds_FAQ Config_AmiMultifeeds_News Config_AmiMultifeeds_PhotoGallery Config_AmiMultifeeds_Stickers Config_AmiUsers_Users Module_Catalog Module_Pages Module_Sample Module_SearchHistory
Interfaces:
Classes:
AMI
AMI_BackgroundProcess AMI_Cache AMI_Captcha AMI_CaptchaImage AMI_Event AMI_Exception AMI_ExternalAuthDriver AMI_HTMLResponse AMI_HTTPRequest AMI_HTTPResponse AMI_Mail AMI_MailQueue AMI_PageManager AMI_Response AMI_Service AMI_UserSourceApp AMI_UserSourceAppDriver Amiro_UserSourceAppDriver Facebook_UserSourceAppDriver Loginza_UserSourceAppDriver Twitter_UserSourceAppDriver VBulletin_ExternalAuthDriver VKontakte_UserSourceAppDriver |
Loading search... The VBulletin_ExternalAuthDriver classAMI_ExternalAuthDriver | --VBulletin_ExternalAuthDriver • IntroductionVBulletin common auth driver class. • Class synopsis/* Inherited Constants */
// Error 1001: wrong user object (invalid object type or null)
// Error 1001: message
/* Properties */
// An associative array with driver specific options
protected
array
$aSettings = array(
'forum_url' => '',
'db_host' => '',
'db_username' => '',
'db_flags' => 0,
'db_password' => '',
'db_database' => '',
'db_prefix' => '',
'cookie_ttl' => 3600,
'cookie_path' => '/',
'secret_key' => 'Default secret key',
);
/* Inherited Properties */
// Instance
/* Methods */
// Returns an instance of VBulletin_ExternalAuthDriver.
// Custom handler for on_after_user_create event.
// Custom handler for on_after_user_login event.
// Custom handler for on_after_user_update event.
// Custom handler for on_before_user_login event.
// Custom handler for on_before_user_logout event.
public
beforeLogout ( string $name, $aEvent, string $handlerModId, string $srcModId ) returns array;
// Checks if specified secret key is valid for current username.
// Initializes external auth driver.
/* Inherited Methods */
// Initialize settings.
// Object could be created, through getInstance only.
// Object could be cloned.
}
Tags:
• Class Properies
• Class Methods// Returns an instance of VBulletin_ExternalAuthDriver.
// Custom handler for on_after_user_create event.
// Custom handler for on_after_user_login event.
// Custom handler for on_after_user_update event.
// Custom handler for on_before_user_login event.
// Custom handler for on_before_user_logout event.
public
beforeLogout ( string $name, $aEvent, string $handlerModId, string $srcModId ) returns array;
// Checks if specified secret key is valid for current username.
// Initializes external auth driver.
Overrides: AMI_ExternalAuthDriver::init(). |