PHP 클래스 ModelJugglingStub, model

상속: extends Esensi\Model\Model
파일 보기 프로젝트 열기: esensi/model

공개 프로퍼티들

프로퍼티 타입 설명
$exists boolean Indicates if the model exists.
$tmpAttributes array Make sure the keys align with $jugglabe property on this stub.

보호된 프로퍼티들

프로퍼티 타입 설명
$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