Beispiel #1
0
 public function __construct()
 {
     $this->customer_id = $_SESSION['customer_id'] ? $_SESSION['customer_id'] : $_WGT['m_customer_id'];
     parent::__construct();
 }
Beispiel #2
0
 public function __construct($name)
 {
     parent::__construct();
     $this->_name = $name;
 }