Storage
Table of Contents
Methods
-
canUsePermissionConfig()
: mixed
-
instance()
: self
-
isCompanyStructureConverted()
: bool
-
isEmployeesTransferred()
: bool
-
isHRInvitePermissionAvailable()
: bool
-
isIntranetUtilsDisabled()
: bool
-
isPublicStructureAvailable()
: bool
-
setCompanyStructureConverted()
: self
-
setDisableIntranetUtils()
: self
-
setEmployeeTransferred()
: self
canUsePermissionConfig()
public
static canUsePermissionConfig() : mixed
instance()
public
static instance() : self
isCompanyStructureConverted()
public
isCompanyStructureConverted([bool $checkIsEmployeesTransferred = true ]) : bool
Parameters
-
$checkIsEmployeesTransferred
: bool
= true
-
isEmployeesTransferred()
public
isEmployeesTransferred() : bool
isHRInvitePermissionAvailable()
public
static isHRInvitePermissionAvailable() : bool
isIntranetUtilsDisabled()
public
isIntranetUtilsDisabled() : bool
isPublicStructureAvailable()
public
isPublicStructureAvailable() : bool
setCompanyStructureConverted()
public
setCompanyStructureConverted(bool $value) : self
Parameters
-
$value
: bool
-
setDisableIntranetUtils()
public
setDisableIntranetUtils(bool $value) : self
Parameters
-
$value
: bool
-
setEmployeeTransferred()
public
setEmployeeTransferred(bool $value) : self
Parameters
-
$value
: bool
-