__construct() public method

public __construct ( OptionCollection $specs )
$specs OptionCollection
Exemplo n.º 1
0
 function __construct($specs = array())
 {
     parent::__construct($specs);
     $this->index = 1;
 }
Exemplo n.º 2
0
 public function __construct(OptionCollection $specs)
 {
     parent::__construct($specs);
     $this->index = 1;
 }