Skip to content

Kirby 4.4.1

$modelpermissions->can()

Returns whether the current user is allowed to do a certain action on the model

$modelpermissions->can(string $action, bool $default = false): bool

Parameters

Name Type Default Description
$action * string
$default bool false Will be returned if $action does not exist

Return type

bool

Parent class

Kirby\Cms\ModelPermissions