PHP 클래스 Ingo_Session, horde

저자: Michael Slusarz ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )