$id
$id :
$_eqLogic :\eqLogic
byId(integer|string $_id): void|\cmd
integer|string | $_id | the id of the command |
void if $_id is not valid else the cmd
byEqLogicId(integer|\array<int> $_eqLogic_id,string $_type = null,boolean $_visible = null,\eqLogic $_eqLogic = null,boolean $_has_generic_type = null): \array<cmd>
integer|\array |
$_eqLogic_id | |
string | $_type | ['action'|'info'] |
boolean | $_visible | |
\eqLogic | $_eqLogic | |
boolean | $_has_generic_type |
byGenericType(string|\array<string> $_generic_type,integer $_eqLogic_id = null,boolean $_one = false): \cmd|\array<cmd>
string|\array |
$_generic_type | |
integer | $_eqLogic_id | |
boolean | $_one |
first cmd if $_one is true otherwise an array of all cmd
setEqLogic(\eqLogic $_eqLogic)
\eqLogic | $_eqLogic |