Overview

Namespaces

  • GAubry
    • ErrorHandler
    • Helpers
    • Logger
    • Shell
  • Himedia
    • Padocc
      • DB
      • Minifier
      • Numbering
      • Properties
      • Task
        • Base
        • Extended
  • None
  • Psr
    • Log

Classes

  • AttributeProperties
  • Deployment
  • DeploymentStatus
  • DIContainer
  • Padocc
  • Task

Interfaces

  • DIContainerInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
 1: <?php
 2: 
 3: namespace Himedia\Padocc;
 4: 
 5: class DeploymentStatus
 6: {
 7: 
 8:     /**
 9:      * In queue.
10:      * @var string
11:      */
12:     const QUEUED      = 'queued';
13: 
14:     const IN_PROGRESS = 'in progress';
15: 
16:     const FAILED      = 'failed';
17: 
18:     const WARNING     = 'warning';
19: 
20:     const SUCCESSFUL  = 'successful';
21: }
22: 
Platform for Automatized Deployments with pOwerful Concise Configuration API documentation generated by ApiGen 2.8.0