PluginSetting

Extends\CActiveRecord

Class PluginSetting

package

Default

Methods

model

model( $className = __CLASS__): \PluginSetting
static
inheritdoc

Arguments

$className

Response

\PluginSetting

Returns the validation rules for attributes.

rules(): array<mixed,array>

Response

array<mixed,array>

Returns the table's name

tableName(): string
access

public

Response

string

Properties

id

id :integer

primary key

Type(s)

integer

plugin_id

plugin_id :integer

see \Plugin

Type(s)

integer

model

model :string

Type(s)

string

model_id

model_id :integer

Type(s)

integer

key

key :string

Type(s)

string

value

value :string

Type(s)

string