CakeFest 2024: The Official CakePHP Conference

Interface DatabaseObject

(PECL mysql-xdevapi >= 8.0.11)

Introduction

Synopsis de la classe

class mysql_xdevapi\DatabaseObject {
/* Méthodes */
abstract public existsInDatabase(): bool
abstract public getName(): string
abstract public getSession(): mysql_xdevapi\Session
}

Sommaire

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top