PHP Class SocialController, vanilla

Inheritance: extends AppController
Afficher le fichier Open project: vanilla/vanilla

Méthodes publiques

Свойство Type Description
$Uses Models to automatically instantiate.

Méthodes publiques

Méthode Description
index ( ) Default method.
initialize ( ) Runs before every call to this controller.
manage ( ) Settings page.

Méthodes protégées

Méthode Description
getConnections ( ) : array | mixed Find available social plugins.

Method Details

getConnections() protected méthode

Find available social plugins.
protected getConnections ( ) : array | mixed
Résultat array | mixed

index() public méthode

Default method.
public index ( )

initialize() public méthode

Runs before every call to this controller.
public initialize ( )

manage() public méthode

Settings page.
public manage ( )

Property Details

$Uses public_oe property

Models to automatically instantiate.
public $Uses