Searched refs:trigkey (Results 1 – 2 of 2) sorted by relevance
1788 * @param string $trigkey Trigger key to run (in most cases something like 'XXX_MODIFY')1828 if ($trigkey)1837 …if ($result >= 0) $result = $this->call_trigger($trigkey, (!empty($fuser) && is_object($fuser)) ? …3613 * @param string $trigkey Trigger key to use for trigger3616 public function setStatut($status, $elementId = null, $elementType = '', $trigkey = '') argument3648 if (empty($trigkey))3653 if ($this->element == 'fichinter' && $status == 3) $trigkey = 'FICHINTER_CLASSIFY_DONE';3654 if ($this->element == 'fichinter' && $status == 2) $trigkey = 'FICHINTER_CLASSIFY_BILLED';3655 if ($this->element == 'fichinter' && $status == 1) $trigkey = 'FICHINTER_CLASSIFY_UNBILLED';3658 if ($trigkey)[all …]
1901 * @param string $trigkey Trigger key to run (in most cases something like 'XXX_MODIFY')1958 if ($trigkey) {4091 * @param string $trigkey Trigger key to use for trigger4094 public function setStatut($status, $elementId = null, $elementType = '', $trigkey = '') argument4141 if (empty($trigkey)) {4143 …$trigkey = 'SUPPLIER_PROPOSAL_SIGN'; // 2 = SupplierProposal::STATUS_SIGNED. Can't use constant in…4152 $trigkey = 'FICHINTER_CLASSIFY_DONE';4155 $trigkey = 'FICHINTER_CLASSIFY_BILLED';4158 $trigkey = 'FICHINTER_CLASSIFY_UNBILLED';4162 if ($trigkey) {[all …]