RightParam
Table of Contents
Methods
- __construct() : mixed
- getClosedStatusSocnetGroup() : bool
- Returns the closing status of the socnet group.
- getEntityId() : int
- getIblockId() : bool|int
- getIblockTypeId() : string
- getSectionId() : int|null
- getSocnetGroupId() : int
- getUser() : CUser
- setEntityId() : mixed
- setIblockId() : mixed
- setIblockTypeId() : mixed
- setSectionId() : mixed
- setSocnetGroupId() : mixed
- setUser() : mixed
Methods
__construct()
public
__construct(Param $param) : mixed
Parameters
- $param : Param
getClosedStatusSocnetGroup()
Returns the closing status of the socnet group.
public
getClosedStatusSocnetGroup() : bool
Tags
Return values
boolgetEntityId()
public
getEntityId() : int
Return values
intgetIblockId()
public
getIblockId() : bool|int
Return values
bool|intgetIblockTypeId()
public
getIblockTypeId() : string
Return values
stringgetSectionId()
public
getSectionId() : int|null
Return values
int|nullgetSocnetGroupId()
public
getSocnetGroupId() : int
Return values
intgetUser()
public
getUser() : CUser
Return values
CUsersetEntityId()
public
setEntityId(int $entityId) : mixed
Parameters
- $entityId : int
setIblockId()
public
setIblockId(bool|int $iblockId) : mixed
Parameters
- $iblockId : bool|int
setIblockTypeId()
public
setIblockTypeId(string $iblockTypeId) : mixed
Parameters
- $iblockTypeId : string
setSectionId()
public
setSectionId(int $sectionId) : mixed
Parameters
- $sectionId : int
setSocnetGroupId()
public
setSocnetGroupId(int $socnetGroupId) : mixed
Parameters
- $socnetGroupId : int
setUser()
public
setUser(CUser $user) : mixed
Parameters
- $user : CUser