PHP Класс Gollem_Application, horde

Наследование: extends Horde_Registry_Application
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$auth
$version

Защищенные свойства (Protected)

Свойство Тип Описание
$_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