Exemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->cliStdio = Registry::getObject('cliStdio');
     $this->configuration = Registry::get('configuration');
     $this->newProjectKey = \strtoupper(\trim(\str_replace(' ', '_', Registry::get('projectKey'))));
     return $this;
 }