PHP Class ModelJugglingStub, model

Inheritance: extends Esensi\Model\Model
Afficher le fichier Open project: esensi/model

Méthodes publiques

Свойство Type Description
$exists boolean Indicates if the model exists.
$tmpAttributes array Make sure the keys align with $jugglabe property on this stub.

Protected Properties

Свойство Type Description
$jugglable array The attributes to type juggle.

Méthodes protégées

Méthode Description
juggleBar ( mixed $value ) : string Example custom juggle type.

Method Details

juggleBar() protected méthode

Example custom juggle type.
protected juggleBar ( mixed $value ) : string
$value mixed
Résultat string

Property Details

$exists public_oe property

Indicates if the model exists.
public bool $exists
Résultat boolean

$jugglable protected_oe property

The attributes to type juggle.
protected array $jugglable
Résultat array

$tmpAttributes public_oe property

Make sure the keys align with $jugglabe property on this stub.
public array $tmpAttributes
Résultat array