PHP Класс REBELinBLUE\Deployer\Template

Наследование: extends Illuminate\Database\Eloquent\Model, implements Robbo\Presenter\PresentableInterface
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$appends array Additional attributes to include in the JSON representation.
$casts array The attributes that should be casted to native types.
$fillable array The attributes that are mass assignable.
$visible array Fields to show in the JSON presentation.

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

Метод Описание
getCommandCountAttribute ( ) : integer Define a accessor for the count of projects.
getConfigCountAttribute ( ) : integer Define a accessor for the count of config files.
getFileCountAttribute ( ) : integer Define a accessor for the count of persistent files.
getPresenter ( ) : CommandPresenter Gets the view presenter.
getVariableCountAttribute ( ) : integer Define a accessor for the count of env variables.
scopeTemplates ( Builder $query ) : Builder Query scope to only show templates.

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

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

Define a accessor for the count of projects.
public getCommandCountAttribute ( ) : integer
Результат integer

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

Define a accessor for the count of config files.
public getConfigCountAttribute ( ) : integer
Результат integer

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

Define a accessor for the count of persistent files.
public getFileCountAttribute ( ) : integer
Результат integer

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

Gets the view presenter.
public getPresenter ( ) : CommandPresenter
Результат REBELinBLUE\Deployer\Presenters\CommandPresenter

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

Define a accessor for the count of env variables.
public getVariableCountAttribute ( ) : integer
Результат integer

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

Query scope to only show templates.
public scopeTemplates ( Builder $query ) : Builder
$query Illuminate\Database\Eloquent\Builder
Результат Illuminate\Database\Eloquent\Builder

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

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

Additional attributes to include in the JSON representation.
protected array $appends
Результат array

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

The attributes that should be casted to native types.
protected array $casts
Результат array

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

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

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

Fields to show in the JSON presentation.
protected array $visible
Результат array