Base uses Singleton
AbstractYes
Table of Contents
Methods
- __construct() : mixed
- __wakeup() : mixed
- clearCache() : void
- getInstance() : static
- register() : void
- unregister() : void
Methods
__construct()
public
__construct() : mixed
__wakeup()
public
__wakeup() : mixed
clearCache()
public
clearCache() : void
getInstance()
public
static getInstance() : static
Return values
staticregister()
public
abstract register(int $activityId) : void
Parameters
- $activityId : int
unregister()
public
abstract unregister(int $activityId) : void
Parameters
- $activityId : int