Context
Table of Contents
Methods
-
__construct()
: mixed
-
getEntityCategoryId()
: int|null
-
getEntityId()
: int
-
getEntityTypeId()
: int
-
getGuid()
: string
-
getRegion()
: string
-
isReadonly()
: bool
-
setEntityCategoryId()
: self
-
setGuid()
: self
-
setIsReadonly()
: self
__construct()
public
__construct(int $entityTypeId, int $entityId[, int|null $entityCategoryId = null ]) : mixed
Parameters
-
$entityTypeId
: int
-
-
$entityId
: int
-
-
$entityCategoryId
: int|null
= null
-
getEntityCategoryId()
public
getEntityCategoryId() : int|null
getEntityId()
public
getEntityId() : int
getEntityTypeId()
public
getEntityTypeId() : int
getGuid()
public
getGuid() : string
getRegion()
public
getRegion() : string
isReadonly()
public
isReadonly() : bool
setEntityCategoryId()
public
setEntityCategoryId(int|null $entityCategoryId) : self
Parameters
-
$entityCategoryId
: int|null
-
setGuid()
public
setGuid(string $guid) : self
Parameters
-
$guid
: string
-
setIsReadonly()
public
setIsReadonly(bool $isReadonly) : self
Parameters
-
$isReadonly
: bool
-