PHP 클래스 CakeDC\Users\Model\Entity\SocialAccount

상속: extends Cake\ORM\Entity
파일 보기 프로젝트 열기: cakedc/users

보호된 프로퍼티들

프로퍼티 타입 설명
$_accessible array Fields that can be mass assigned using newEntity() or patchEntity().
$_hidden array Fields that are excluded from JSON an array versions of the entity.

프로퍼티 상세

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

Fields that can be mass assigned using newEntity() or patchEntity().
protected array $_accessible
리턴 array

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

Fields that are excluded from JSON an array versions of the entity.
protected array $_hidden
리턴 array