PHP 클래스 DisqusPlugin, addons

파일 보기 프로젝트 열기: vanilla/addons 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_Provider null
$_RedirectUri null

공개 메소드들

메소드 설명
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 ( )

비공개 메소드들

메소드 설명
_getButton ( ) : string

메소드 상세

accessToken() 공개 메소드

public accessToken ( ) : mixed
리턴 mixed

authorize() 공개 메소드

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

authorizeUri() 공개 메소드

public authorizeUri ( boolean $Query = FALSE ) : string
$Query boolean
리턴 string

base_beforeSignInButton_handler() 공개 메소드

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

base_connectData_handler() 공개 메소드

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

base_signInIcons_handler() 공개 메소드

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

entryController_signIn_handler() 공개 메소드

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

provider() 공개 메소드

public provider ( ) : array | boolean | null | stdClass
리턴 array | boolean | null | stdClass

redirectUri() 공개 메소드

public redirectUri ( null $NewValue = null ) : null | string
$NewValue null
리턴 null | string

settingsController_disqus_create() 공개 메소드

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

setup() 공개 메소드

public setup ( )

프로퍼티 상세

$_Provider 보호되어 있는 프로퍼티

protected null $_Provider
리턴 null

$_RedirectUri 보호되어 있는 프로퍼티

protected null $_RedirectUri
리턴 null