PHP Class CakeDC\Users\Model\Entity\SocialAccount

Inheritance: extends Cake\ORM\Entity
Show file Open project: cakedc/users

Protected Properties

Property Type Description
$_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.

Property Details

$_accessible protected property

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

$_hidden protected property

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