PHP Класс ModelJugglingStub, model

Наследование: extends Esensi\Model\Model
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$exists boolean Indicates if the model exists.
$tmpAttributes array Make sure the keys align with $jugglabe property on this stub.

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

Свойство Тип Описание
$jugglable array The attributes to type juggle.

Защищенные методы

Метод Описание
juggleBar ( mixed $value ) : string Example custom juggle type.

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

juggleBar() защищенный Метод

Example custom juggle type.
protected juggleBar ( mixed $value ) : string
$value mixed
Результат string

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

$exists публичное свойство

Indicates if the model exists.
public bool $exists
Результат boolean

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

The attributes to type juggle.
protected array $jugglable
Результат array

$tmpAttributes публичное свойство

Make sure the keys align with $jugglabe property on this stub.
public array $tmpAttributes
Результат array