Esempio n. 1
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->setDescription("Performs a check against the environment");
     return $this;
 }
Esempio n. 2
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->setDescription("Performs a check against the environment and configuration. Give some advices for production settings.");
     return $this;
 }