__construct() public method

public __construct ( $name = 'default' )
Exemplo n.º 1
0
 /**
  * @param string $header
  */
 public function __construct($header = null)
 {
     parent::__construct('refinery29');
     $this->header = $header;
     $this->setRiskyAllowed(true);
 }
Exemplo n.º 2
0
 public function __construct(string $name = 'narrowspark')
 {
     parent::__construct($name);
 }
Exemplo n.º 3
0
 public function __construct(string $name = 'narrowspark', string $description = 'The configuration for Narrowspark PHP applications')
 {
     parent::__construct($name, $description);
 }