PHP 클래스 ModelEncryptingStub, model

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

보호된 프로퍼티들

프로퍼티 타입 설명
$encryptable array The attributes to encrypt when set and decrypt when gotten.

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

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

프로퍼티 상세

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

The attributes to encrypt when set and decrypt when gotten.
protected array $encryptable
리턴 array