PHP Class DisqusPlugin, addons

Exibir arquivo Open project: vanilla/addons Class Usage Examples

Protected Properties

Property Type Description
$_Provider null
$_RedirectUri null

Public Methods

Method 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

Method Description
_getButton ( ) : string

Method Details

accessToken() public method

public accessToken ( ) : mixed
return mixed

authorize() public method

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

authorizeUri() public method

public authorizeUri ( boolean $Query = FALSE ) : string
$Query boolean
return string

base_beforeSignInButton_handler() public method

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

base_connectData_handler() public method

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

base_signInIcons_handler() public method

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

entryController_signIn_handler() public method

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

provider() public method

public provider ( ) : array | boolean | null | stdClass
return array | boolean | null | stdClass

redirectUri() public method

public redirectUri ( null $NewValue = null ) : null | string
$NewValue null
return null | string

settingsController_disqus_create() public method

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

setup() public method

public setup ( )

Property Details

$_Provider protected_oe property

protected null $_Provider
return null

$_RedirectUri protected_oe property

protected null $_RedirectUri
return null