PHP Класс app\models\NewsCategory

Наследование: extends yii\db\ActiveRecord
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$fillable array The attributes that are mass assignable.
$hidden array The attributes excluded from the model's JSON form.
$table string The table associated with the model.

Открытые методы

Метод Описание
news ( ) Get the news for the blog category.

Описание методов

news() публичный Метод

Get the news for the blog category.
public news ( )

Описание свойств

$fillable защищенное свойство

The attributes that are mass assignable.
protected array $fillable
Результат array

$hidden защищенное свойство

The attributes excluded from the model's JSON form.
protected array $hidden
Результат array

$table защищенное свойство

The table associated with the model.
protected string $table
Результат string