PHP Class Backend\Modules\Profiles\Config

Inheritance: extends Backend\Core\Engine\Base\Config
Show file Open project: forkcms/forkcms

Protected Properties

Property Type Description
$defaultAction string The default action.
$disabledActions array The disabled actions.

Property Details

$defaultAction protected property

The default action.
protected string $defaultAction
return string

$disabledActions protected property

The disabled actions.
protected array $disabledActions
return array