Home
last modified time | relevance | path

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

/plugin/404manager/
H A DMessage404.php14 private $type = self::TYPE_CLASSIC;
16 const TYPE_CLASSIC = 'Classic'; define in Message404
H A Daction.php274 $this->message->setType(Message404::TYPE_CLASSIC);
396 $this->message->setType(Message404::TYPE_CLASSIC);
625 if ($this->message->getType() == Message404::TYPE_CLASSIC) {