PHP 클래스 kartik\social\GooglePlugin

Usage: echo GooglePlugin::widget([ 'type' => GooglePlugin::SHARE ]);
부터: 1.0
저자: Kartik Visweswaran ([email protected])
상속: extends Widget
파일 보기 프로젝트 열기: kartik-v/yii2-social 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$clientId the Google Plus Client ID.
$communityId the Google Plus Community ID.
$pageId the Google Page ID.
$profileId the Google Plus Profile ID.
$signinOptions the HTML attributes for the signin container
$type the Google plugin type defaults to Google Plus One

공개 메소드들

메소드 설명
init ( ) Initialize the widget

보호된 메소드들

메소드 설명
registerAssets ( ) Registers the necessary assets
setPluginOptions ( $convertLowerCase = true ) Sets the options for the Google plugin

메소드 상세

init() 공개 메소드

Initialize the widget
public init ( )

registerAssets() 보호된 메소드

Registers the necessary assets
protected registerAssets ( )

setPluginOptions() 보호된 메소드

Sets the options for the Google plugin
protected setPluginOptions ( $convertLowerCase = true )

프로퍼티 상세

$clientId 공개적으로 프로퍼티

the Google Plus Client ID.
public $clientId

$communityId 공개적으로 프로퍼티

the Google Plus Community ID.
public $communityId

$pageId 공개적으로 프로퍼티

the Google Page ID.
public $pageId

$profileId 공개적으로 프로퍼티

the Google Plus Profile ID.
public $profileId

$signinOptions 공개적으로 프로퍼티

the HTML attributes for the signin container
public $signinOptions

$type 공개적으로 프로퍼티

the Google plugin type defaults to Google Plus One
public $type