Documentation

Channel extends CacheModel
in package
implements Channel

Table of Contents

Interfaces

Channel

Properties

$alias  : mixed
$id  : mixed
$name  : mixed
$create_time  : mixed
$update_time  : mixed

Methods

assignJobMergedData()  : mixed
beforeSave()  : mixed
exists()  : bool
fetchAsArray()  : mixed
fetchAsAssocArray()  : mixed
fetchAsMultiAssocArray()  : mixed
find()  : false|array<string|int, static>
findFirst()  : static|false
fixParameters()  : mixed
fromArray()  : mixed
getAlias()  : mixed
Get the value of alias
getAliasById()  : string|null
getCreateTime()  : mixed
getId()  : int
Get the value of id
getIdByAlias()  : int|null
getName()  : mixed
Get the value of name
getThe()  : mixed
getUpdateTime()  : mixed
initialize()  : mixed
mapper()  : mixed
save()  : bool
set()  : mixed
setAlias()  : self
Set the value of alias
setCreateTime()  : $this
If $createTime is null, default value now.
setId()  : self
Set the value of id
setName()  : self
Set the value of name
setUpdateTime()  : $this
If $updateTime is null, default value now.
writeAttributeIfNeeded()  : mixed
_createKey()  : mixed

Properties

Methods

assignJobMergedData()

public assignJobMergedData() : mixed

exists()

public exists() : bool
Return values
bool

fetchAsArray()

public static fetchAsArray([mixed $parameter = null ]) : mixed
Parameters
$parameter : mixed = null

fetchAsAssocArray()

public static fetchAsAssocArray([mixed $parameter = null ][, mixed $key = 'id' ][, mixed $cols = null ]) : mixed
Parameters
$parameter : mixed = null
$key : mixed = 'id'
$cols : mixed = null

fetchAsMultiAssocArray()

public static fetchAsMultiAssocArray([mixed $parameter = null ][, mixed $keyname = ['id'] ][, mixed $cols = null ]) : mixed
Parameters
$parameter : mixed = null
$keyname : mixed = ['id']
$cols : mixed = null

find()

public static find([array<string|int, mixed>|null|int $parameters = null ]) : false|array<string|int, static>
Parameters
$parameters : array<string|int, mixed>|null|int = null
Return values
false|array<string|int, static>

findFirst()

public static findFirst([array<string|int, mixed>|null|int $parameters = null ]) : static|false
Parameters
$parameters : array<string|int, mixed>|null|int = null
Return values
static|false

fixParameters()

public static fixParameters([mixed $parameters = null ]) : mixed
Parameters
$parameters : mixed = null

fromArray()

public static fromArray(mixed $array) : mixed
Parameters
$array : mixed

getAlias()

Get the value of alias

public getAlias() : mixed

getAliasById()

public static getAliasById(int $id) : string|null
Parameters
$id : int
Return values
string|null

getId()

Get the value of id

public getId() : int
Return values
int

getIdByAlias()

public static getIdByAlias(string $alias) : int|null
Parameters
$alias : string
Return values
int|null

getName()

Get the value of name

public getName() : mixed

getThe()

public static getThe(mixed $paramater) : mixed
Parameters
$paramater : mixed

initialize()

public initialize() : mixed

mapper()

public static mapper(array<string|int, mixed> $map, array<string|int, mixed> $original[, bool $reverse = true ]) : mixed
Parameters
$map : array<string|int, mixed>
$original : array<string|int, mixed>
$reverse : bool = true

save()

public final save([mixed $data = null ][, mixed $whiteList = null ]) : bool
Parameters
$data : mixed = null
$whiteList : mixed = null
Return values
bool

set()

public set(mixed $property, mixed $value) : mixed
Parameters
$property : mixed
$value : mixed

setAlias()

Set the value of alias

public setAlias(mixed $alias) : self
Parameters
$alias : mixed
Return values
self

setCreateTime()

If $createTime is null, default value now.

public setCreateTime([mixed $createTime = null ]) : $this
Parameters
$createTime : mixed = null
Return values
$this

setId()

Set the value of id

public setId(mixed $id) : self
Parameters
$id : mixed
Return values
self

setName()

Set the value of name

public setName(mixed $name) : self
Parameters
$name : mixed
Return values
self

setUpdateTime()

If $updateTime is null, default value now.

public setUpdateTime([mixed $updateTime = null ]) : $this
Parameters
$updateTime : mixed = null
Return values
$this

writeAttributeIfNeeded()

public writeAttributeIfNeeded(mixed $attribute, mixed $value) : mixed
Parameters
$attribute : mixed
$value : mixed

_createKey()

protected static _createKey(mixed $parameters) : mixed
Parameters
$parameters : mixed

        
On this page

Search results