PHP 클래스 Social\Module

상속: extends Gc\Module\AbstractModule
파일 보기 프로젝트 열기: gotcms/gotcms

공개 메소드들

메소드 설명
dashboard ( Zend\EventManager\EventInterface $e ) : false | null Dashboard widget
getConfig ( ) : array Get module configuration
onBootstrap ( Zend\EventManager\EventInterface $e ) : void Boostrap

보호된 메소드들

메소드 설명
executeQuery ( string $metric, string $dimension, string $domain, string $period, string $username, string $password, string $profile ) : mixed Execute request to addthis api

메소드 상세

dashboard() 공개 메소드

Dashboard widget
public dashboard ( Zend\EventManager\EventInterface $e ) : false | null
$e Zend\EventManager\EventInterface Event
리턴 false | null

executeQuery() 보호된 메소드

Execute request to addthis api
protected executeQuery ( string $metric, string $dimension, string $domain, string $period, string $username, string $password, string $profile ) : mixed
$metric string Metric
$dimension string Dimension
$domain string Domain
$period string Period
$username string Usernamer
$password string Password
$profile string Profile id
리턴 mixed

getConfig() 공개 메소드

Get module configuration
public getConfig ( ) : array
리턴 array

onBootstrap() 공개 메소드

Boostrap
public onBootstrap ( Zend\EventManager\EventInterface $e ) : void
$e Zend\EventManager\EventInterface Event
리턴 void