NextDom\Managers\EqLogicManager::byObjectId
Get all eqLogics linked to object
Signature
public function byObjectId(mixed
$objectId,
[boolean
$onlyEnable = true,
[boolean
$onlyVisible = false,
[null
$eqTypeName = NULL,
[null
$logicalId = NULL,
[boolean
$orderByName = false]]]]] )
Parameters
$objectId
—
mixed
- Object id
$onlyEnable
—
boolean
- Filter only enabled
$onlyVisible
—
boolean
- Filter only visible
$eqTypeName
—
null
- Filter by eqTypeName (Plugin type)
$logicalId
—
null
- Filter by logical id (value defined by the plugin)
$orderByName
—
boolean
- ORDER BY `name`
Returns
- array
- All linked eqLogic
Errors/Exceptions
-
Exception