コード例 #1
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->setDescription("Performs a check against the environment");
     return $this;
 }
コード例 #2
0
ファイル: CheckConfig.php プロジェクト: nlegoff/Phraseanet
 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;
 }