ActivityStorage
Table of Contents
Methods
-
getInstance()
: self
-
getValue()
: mixed
-
onAfterTemplateDelete()
: mixed
-
setValue()
: self
getInstance()
public
static getInstance(int $tplId, string $name) : self
Parameters
-
$tplId
: int
-
-
$name
: string
-
getValue()
public
getValue(string $key) : mixed
Parameters
-
$key
: string
-
onAfterTemplateDelete()
public
static onAfterTemplateDelete(int $id) : mixed
Parameters
-
$id
: int
-
setValue()
public
setValue(string $key, mixed $value) : self
Parameters
-
$key
: string
-
-
$value
: mixed
-