Exemplo n.º 1
0
Arquivo: db.php Projeto: dapepe/tymio
 public function __construct($conn = null)
 {
     parent::__construct($conn);
     $this->conn->trans_count++ || $this->conn->executeQuery('BEGIN');
 }
Exemplo n.º 2
0
 public function __construct(Father $father)
 {
     parent::__construct($father);
     $this->nameOfFather = "Vasya";
 }