PHP Class DisqusPlugin, addons

Afficher le fichier Open project: vanilla/addons Class Usage Examples

Protected Properties

Свойство Type Description
$_Provider null
$_RedirectUri null

Méthodes publiques

Méthode Description
accessToken ( ) : mixed
authorize ( boolean $Query = false )
authorizeUri ( boolean $Query = FALSE ) : string
base_beforeSignInButton_handler ( $Sender, $Args )
base_beforeSignInLink_handler ( $Sender )
base_connectData_handler ( EntryController $Sender, array $Args )
base_signInIcons_handler ( $Sender, $Args )
entryController_signIn_handler ( Gdn_Controller $Sender, $Args )
provider ( ) : array | boolean | null | stdClass
redirectUri ( null $NewValue = null ) : null | string
settingsController_disqus_create ( SettingsController $Sender, type $Args )
setup ( )

Private Methods

Méthode Description
_getButton ( ) : string

Method Details

accessToken() public méthode

public accessToken ( ) : mixed
Résultat mixed

authorize() public méthode

public authorize ( boolean $Query = false )
$Query boolean

authorizeUri() public méthode

public authorizeUri ( boolean $Query = FALSE ) : string
$Query boolean
Résultat string

base_beforeSignInButton_handler() public méthode

public base_beforeSignInButton_handler ( $Sender, $Args )
$Sender
$Args

base_connectData_handler() public méthode

public base_connectData_handler ( EntryController $Sender, array $Args )
$Sender EntryController
$Args array

base_signInIcons_handler() public méthode

public base_signInIcons_handler ( $Sender, $Args )
$Sender
$Args

entryController_signIn_handler() public méthode

public entryController_signIn_handler ( Gdn_Controller $Sender, $Args )
$Sender Gdn_Controller

provider() public méthode

public provider ( ) : array | boolean | null | stdClass
Résultat array | boolean | null | stdClass

redirectUri() public méthode

public redirectUri ( null $NewValue = null ) : null | string
$NewValue null
Résultat null | string

settingsController_disqus_create() public méthode

public settingsController_disqus_create ( SettingsController $Sender, type $Args )
$Sender SettingsController
$Args type

setup() public méthode

public setup ( )

Property Details

$_Provider protected_oe property

protected null $_Provider
Résultat null

$_RedirectUri protected_oe property

protected null $_RedirectUri
Résultat null