PHP 클래스 ModelHashingStub, model

상속: extends Esensi\Model\Model
파일 보기 프로젝트 열기: esensi/model 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$hashable array The attributes to hash before saving.

공개 메소드들

메소드 설명
__construct ( ) : ModelHashingStub Create a new model instance.

메소드 상세

__construct() 공개 메소드

Create a new model instance.
public __construct ( ) : ModelHashingStub
리턴 ModelHashingStub

프로퍼티 상세

$hashable 보호되어 있는 프로퍼티

The attributes to hash before saving.
protected array $hashable
리턴 array