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