PHP 클래스 SocialController, vanilla

상속: extends AppController
파일 보기 프로젝트 열기: vanilla/vanilla

공개 프로퍼티들

프로퍼티 타입 설명
$Uses Models to automatically instantiate.

공개 메소드들

메소드 설명
index ( ) Default method.
initialize ( ) Runs before every call to this controller.
manage ( ) Settings page.

보호된 메소드들

메소드 설명
getConnections ( ) : array | mixed Find available social plugins.

메소드 상세

getConnections() 보호된 메소드

Find available social plugins.
protected getConnections ( ) : array | mixed
리턴 array | mixed

index() 공개 메소드

Default method.
public index ( )

initialize() 공개 메소드

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

manage() 공개 메소드

Settings page.
public manage ( )

프로퍼티 상세

$Uses 공개적으로 프로퍼티

Models to automatically instantiate.
public $Uses