PHP 클래스 Gollem_Application, horde

상속: extends Horde_Registry_Application
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$auth
$version

보호된 프로퍼티들

프로퍼티 타입 설명
$_oldbackend string Server key used in logged out session.

공개 메소드들

메소드 설명
authAuthenticate ( string $userId, array $credentials ) Tries to authenticate with the server and create a session.
authLoginParams ( ) : array Return login parameters used on the login page.
authTransparent ( Horde_Core_Auth_Application $auth_ob ) : boolean Tries to transparently authenticate with the server and create a session.
authValidate ( ) : boolean Validates an existing authentication.
download ( Horde_Variables $vars ) URL parameters needed: - dir - driver
menu ( $menu )
perms ( )
sidebar ( Horde_View_Sidebar $sidebar ) Add additional items to the sidebar.
topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] )

보호된 메소드들

메소드 설명
_bootstrap ( )
_init ( )

메소드 상세

_bootstrap() 보호된 메소드

protected _bootstrap ( )

_init() 보호된 메소드

protected _init ( )

authAuthenticate() 공개 메소드

Tries to authenticate with the server and create a session.
public authAuthenticate ( string $userId, array $credentials )
$userId string The username of the user.
$credentials array Credentials of the user. Allowed keys: 'backend', 'password'.

authLoginParams() 공개 메소드

Return login parameters used on the login page.
public authLoginParams ( ) : array
리턴 array See Horde_Core_Auth_Application#authLoginParams().

authTransparent() 공개 메소드

Tries to transparently authenticate with the server and create a session.
public authTransparent ( Horde_Core_Auth_Application $auth_ob ) : boolean
$auth_ob Horde_Core_Auth_Application The authentication object.
리턴 boolean Whether transparent login is supported.

authValidate() 공개 메소드

Validates an existing authentication.
public authValidate ( ) : boolean
리턴 boolean Whether the authentication is still valid.

download() 공개 메소드

URL parameters needed: - dir - driver
public download ( Horde_Variables $vars )
$vars Horde_Variables

menu() 공개 메소드

public menu ( $menu )

perms() 공개 메소드

public perms ( )

sidebar() 공개 메소드

Add additional items to the sidebar.
public sidebar ( Horde_View_Sidebar $sidebar )
$sidebar Horde_View_Sidebar The sidebar object.

topbarCreate() 공개 메소드

public topbarCreate ( Horde_Tree_Renderer_Base $tree, $parent = null, array $params = [] )
$tree Horde_Tree_Renderer_Base
$params array

프로퍼티 상세

$_oldbackend 보호되어 있는 프로퍼티

Server key used in logged out session.
protected string $_oldbackend
리턴 string

$auth 공개적으로 프로퍼티

public $auth

$version 공개적으로 프로퍼티

public $version