Beispiel #1
0
 public function __construct(array $attributes = [])
 {
     parent::__construct($attributes);
     $this->manejaConcurrencia = false;
 }
Beispiel #2
0
 /**
  * @param string|null $scenario
  */
 public function __constructor($scenario = null)
 {
     parent::__construct($scenario);
 }
 public function __construct()
 {
     // Call parent construct to load the config
     parent::__construct();
 }