PHP Class ModelJugglingStub, model

Inheritance: extends Esensi\Model\Model
Mostrar archivo Open project: esensi/model

Public Properties

Property Type Description
$exists boolean Indicates if the model exists.
$tmpAttributes array Make sure the keys align with $jugglabe property on this stub.

Protected Properties

Property Type Description
$jugglable array The attributes to type juggle.

Protected Methods

Method Description
juggleBar ( mixed $value ) : string Example custom juggle type.

Method Details

juggleBar() protected method

Example custom juggle type.
protected juggleBar ( mixed $value ) : string
$value mixed
return string

Property Details

$exists public_oe property

Indicates if the model exists.
public bool $exists
return boolean

$jugglable protected_oe property

The attributes to type juggle.
protected array $jugglable
return array

$tmpAttributes public_oe property

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