__construct() public method

Class constructor
public __construct ( array $params = [] ) : void
$params array Configuration parameters
return void
Exemplo n.º 1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     // Set cipher to blowfish by default
     $this->_cipher = 'blowfish';
 }