UIDDELIMITER
UIDDELIMITER ='__'
byId(integer|string $_id): void|\eqLogic
| integer|string | $_id |
void if $_id is not valid else the eqLogic
byLogicalId(string $_logicalId,string $_eqType_name,boolean $_multiple = false): \eqLogic|array<mixed,\eqLogic>
| string | $_logicalId | |
| string | $_eqType_name | the plugin class name |
| boolean | $_multiple | default value=false |
eqLogic if $_multiple is false else eqLogic[]
byType(string $_eqType_name,boolean $_onlyEnable = false): array<mixed,\eqLogic>
| string | $_eqType_name | the plugin class name |
| boolean | $_onlyEnable |
byString(string $_string): \eqLogic
byString
| string | $_string |
getObject(): \jeeObject
setObject(\jeeObject $_object): $this
| \jeeObject | $_object |
getCmd(string $_type = null,string $_logicalId = null,boolean $_visible = null,boolean $_multiple = false): \cmd|array<mixed,\cmd>
get one or multiple cmd of the eqLogic
| string | $_type | ['action'|'info'] |
| string | $_logicalId | |
| boolean | $_visible | |
| boolean | $_multiple |
getCmdByGenericType(string $_type = null,string $_generic_type = null,boolean $_visible = null,boolean $_multiple = false): \cmd|array<mixed,\cmd>
get one or multiple cmd of the eqLogic
| string | $_type | ['action'|'info'] |
| string | $_generic_type | |
| boolean | $_visible | |
| boolean | $_multiple |
searchCmdByConfiguration(string $_configuration,string $_type = null): array<mixed,\cmd>
| string | $_configuration | |
| string | $_type | ['action'|'info'] |