Beispiel #1
0
 public function __construct($setDefault = true)
 {
     parent::__construct();
     if ($setDefault) {
         $this->setDefault();
     }
 }