PHP Класс Ingo_Session, horde

Автор: Michael Slusarz ([email protected])
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
create ( ) Create an ingo session.

Защищенные методы

Метод Описание
_getBackend ( ) : array Determine the backend to use.

Описание методов

_getBackend() защищенный статический Метод

This decision is based on the global 'SERVER_NAME' and 'HTTP_HOST' server variables and the contents of the 'preferred' either field in the backend's definition. The 'preferred' field may take a single value or an array of multiple values.
protected static _getBackend ( ) : array
Результат array The backend entry.

create() публичный статический Метод

Session entries:
  - backend: (array) The backend configuration to use.
  - change: (integer) The timestamp of the last time the rules were
            altered.
  - personal_share: (string) Personal share signature.
  - storage: (array) Used by Ingo_Storage for caching data.
  - script_categories: (array) The list of available categories for the
                       Ingo_Script driver in use.
public static create ( )