Home
last modified time | relevance | path

Searched refs:ACTION_UPDATE (Results 1 – 1 of 1) sorted by last modified time

/plugin/yuriigantt/src/
H A DJsonRequest.php33 const ACTION_UPDATE = 'update'; define in dokuwiki\\plugin\\yuriigantt\\src\\JsonRequest
102 case self::ACTION_UPDATE:
128 …if (empty($this->payload->action) || !in_array($this->payload->action, [self::ACTION_UPDATE, self:…
133 …if (empty($this->payload->action) || !in_array($this->payload->action, [self::ACTION_UPDATE, self:…