示例#1
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->setDescription("Performs a check against the environment");
     return $this;
 }
示例#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;
 }