*/ protected $_accessible = [ 'password' => true, 'nick' => true, 'first' => true, 'last' => true, 'is_admin' => true, ]; /** * Fields that are excluded from JSON versions of the entity. * * @var array */ protected $_hidden = [ 'password', ]; }