Exemple #1
0
 public function __construct($conn = null)
 {
     parent::__construct($conn);
     $this->conn->trans_count++ || $this->conn->executeQuery('BEGIN');
 }
Exemple #2
0
 public function __construct(Father $father)
 {
     parent::__construct($father);
     $this->nameOfFather = "Vasya";
 }