PHP Interface CakeDC\Users\Auth\Rules\Rule

Afficher le fichier Open project: CakeDC/users

Méthodes publiques

Méthode Description
allowed ( array $user, string $role, Cake\Network\Request $request ) : boolean Check the current entity is owned by the logged in user

Method Details

allowed() public méthode

Check the current entity is owned by the logged in user
public allowed ( array $user, string $role, Cake\Network\Request $request ) : boolean
$user array Auth array with the logged in data
$role string role of the user
$request Cake\Network\Request current request, used to get a default table if not provided
Résultat boolean