PHP Classes

File: src/config/NamedConstant.php

Recommend this page to a friend!
  Classes of Cyril Ogana   CYMAPGT Console   src/config/NamedConstant.php   Download  
File: src/config/NamedConstant.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CYMAPGT Console
Manage services to handle console commands
Author: By
Last change:
Date: 6 years ago
Size: 380 bytes
 

Contents

Class file image Download
<?php
//Levels for search status for service names
if (!(defined('CONSOLE_REGISTER_SERVICE_UNCHANGED'))) {
   
define('CONSOLE_REGISTER_SERVICE_UNCHANGED', 0);
}

if (!(
defined('CONSOLE_REGISTER_SERVICE_CHANGED'))) {
   
define('CONSOLE_REGISTER_SERVICE_CHANGED', 1);
}

if (!(
defined('CONSOLE_REGISTER_SERVICE_NOTFOUND'))) {
   
define('CONSOLE_REGISTER_SERVICE_NOTFOUND', 2);
}