\UserPermissionBehavior

UserPermission Behavior

Summary

Methods
Properties
Constants
canUserRead()
canUserEdit()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

canUserRead()

canUserRead(\Model  $model, array  $user) : boolean

ユーザの閲覧出来るかどうか

Parameters

\Model $model

ビヘイビア呼び出し元モデル

array $user

ユーザデータ

Returns

boolean

canUserEdit()

canUserEdit(\Model  $model, array  $user) : boolean

ユーザの編集出来るかどうか

Parameters

\Model $model

ビヘイビア呼び出し元モデル

array $user

ユーザデータ

Returns

boolean