PHP Class Social\Module

Inheritance: extends Gc\Module\AbstractModule
Afficher le fichier Open project: gotcms/gotcms

Méthodes publiques

Méthode Description
dashboard ( Zend\EventManager\EventInterface $e ) : false | null Dashboard widget
getConfig ( ) : array Get module configuration
onBootstrap ( Zend\EventManager\EventInterface $e ) : void Boostrap

Méthodes protégées

Méthode Description
executeQuery ( string $metric, string $dimension, string $domain, string $period, string $username, string $password, string $profile ) : mixed Execute request to addthis api

Method Details

dashboard() public méthode

Dashboard widget
public dashboard ( Zend\EventManager\EventInterface $e ) : false | null
$e Zend\EventManager\EventInterface Event
Résultat false | null

executeQuery() protected méthode

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
Résultat mixed

getConfig() public méthode

Get module configuration
public getConfig ( ) : array
Résultat array

onBootstrap() public méthode

Boostrap
public onBootstrap ( Zend\EventManager\EventInterface $e ) : void
$e Zend\EventManager\EventInterface Event
Résultat void