PHP Class app\models\Admin

Inheritance: extends yii\db\ActiveRecord, implements yii\web\IdentityInterface
Show file Open project: forehalo/materialize-blog Class Usage Examples

Protected Properties

Property Type Description
$hidden array Hidden attributes when select
$table string Table name

Property Details

$hidden protected property

Hidden attributes when select
protected array $hidden
return array

$table protected property

Table name
protected string $table
return string