Guest
Class Guest
Table of Contents
Constants
- EVENT_NAME_PREFIX = 'OnSiteGuest'
Methods
- bindEntities() : mixed
- checkEventName() : mixed
- getByGuestId() : mixed
- getControllerActionNames() : mixed
- getCookieGuestId() : mixed
- getCookieName() : mixed
- getLoader() : mixed
- link() : mixed
- register() : mixed
- registerByContext() : mixed
- runController() : mixed
- sendEvent() : mixed
Constants
EVENT_NAME_PREFIX
public
mixed
EVENT_NAME_PREFIX
= 'OnSiteGuest'
Methods
bindEntities()
public
static bindEntities(mixed $gid[, array<string|int, mixed> $entities = array() ]) : mixed
Parameters
- $gid : mixed
- $entities : array<string|int, mixed> = array()
checkEventName()
public
static checkEventName(mixed $eventName) : mixed
Parameters
- $eventName : mixed
getByGuestId()
public
static getByGuestId(mixed $gid[, mixed $isSelectEntities = false ]) : mixed
Parameters
- $gid : mixed
- $isSelectEntities : mixed = false
getControllerActionNames()
public
static getControllerActionNames() : mixed
getCookieGuestId()
public
static getCookieGuestId() : mixed
getCookieName()
public
static getCookieName() : mixed
getLoader()
public
static getLoader() : mixed
link()
public
static link([mixed $gid = null ][, array<string|int, mixed> $data = array() ]) : mixed
Parameters
- $gid : mixed = null
- $data : array<string|int, mixed> = array()
register()
public
static register([array<string|int, mixed> $data = array() ]) : mixed
Parameters
- $data : array<string|int, mixed> = array()
registerByContext()
public
static registerByContext([array<string|int, mixed> $data = array() ]) : mixed
Parameters
- $data : array<string|int, mixed> = array()
runController()
public
static runController() : mixed
sendEvent()
public
static sendEvent(mixed $eventName[, array<string|int, mixed> $data = array() ]) : mixed
Parameters
- $eventName : mixed
- $data : array<string|int, mixed> = array()