PHP Class CakeDC\Users\Model\Entity\SocialAccount

Inheritance: extends Cake\ORM\Entity
Afficher le fichier Open project: cakedc/users

Protected Properties

Свойство 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_oe property

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

$_hidden protected_oe property

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