Home
last modified time | relevance | path

Searched refs:ACTION_CREATE (Results 1 – 1 of 1) sorted by relevance

/plugin/yuriigantt/src/
H A DJsonRequest.php35 const ACTION_CREATE = 'create'; define in dokuwiki\\plugin\\yuriigantt\\src\\JsonRequest
82 case self::ACTION_CREATE:
128 …ion) || !in_array($this->payload->action, [self::ACTION_UPDATE, self::ACTION_CREATE, self::ACTION_…
133 …ion) || !in_array($this->payload->action, [self::ACTION_UPDATE, self::ACTION_CREATE, self::ACTION_…