Method | Description | |
---|---|---|
create ( ) | Create an ingo session. |
Method | Description | |
---|---|---|
_getBackend ( ) : array | Determine the backend to use. |
protected static _getBackend ( ) : array | ||
return | array | The backend entry. |
- 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 ( ) |