Class AppUser
Class AppUser
- User
- AppUser
Package: app\Plugin\Dashboard\Model
License: Commons BY-NC-SA 3.0 License (http://creativecommons.org/licenses/by-nc-sa/3.0/)
Located at Model/AppUser.php
License: Commons BY-NC-SA 3.0 License (http://creativecommons.org/licenses/by-nc-sa/3.0/)
Located at Model/AppUser.php
Methods summary
public
array|null
|
#
parentNode( )
This is used by the AclBehavior to determine parent->child relationships. Returns null as we're using Group Only ACL |
public
array
|
|
public
array
|
Magic methods summary
Properties summary
public
string
|
$useTable |
#
Database table |
public
string
|
$alias |
#
Alias |
public
array
|
$belongsTo |
#
Database associations |
public
array
|
$hasAndBelongsToMany |
#
hasAndBelongsToMany associations |
public
array
|
$actsAs |
#
Add ACL behaviour and set 'enabled' to false to avoid the afterSave to be called. This will prevent users being added to 'aros' table. |