Property | Type | Description | |
---|---|---|---|
$name | string | The permission name | |
$siteKey | string | The key name for site |
Method | Description | |
---|---|---|
__construct ( string $name, string $siteKey = 'default' ) | Instance constructor. | |
getName ( ) : string | Get the permission name | |
getSiteKey ( ) : string | Get the site key name |
public __construct ( string $name, string $siteKey = 'default' ) | ||
$name | string | permission name |
$siteKey | string | site key |