Ubiquity 2.5.2
php rapid development framework
Loading...
Searching...
No Matches
Database Class Reference

Annotation Database. More...

+ Inheritance diagram for Database:

Public Member Functions

 __construct (string $name)
 
- Public Member Functions inherited from BaseAttribute
 __construct ()
 
 asAnnotation ()
 
 getNamespace ()
 
 __toString ()
 
- Public Member Functions inherited from BaseAnnotationTrait
 getProperties ()
 
 getPropertiesAndValues ($props=NULL)
 
 isSameAs ($annot)
 

Data Fields

string $name
 

Additional Inherited Members

- Protected Member Functions inherited from BaseAttribute
 getDefaultParameters ()
 

Detailed Description

Annotation Database.

usages :

  • #[Database("dbName")]
  • #[Database(name: "dbName")]

Ubiquity\attributes\items$Database This class is part of Ubiquity

Author
jc
Version
1.0.0

Definition at line 22 of file Database.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( string  $name)

Definition at line 26 of file Database.php.

Field Documentation

◆ $name

string $name

Definition at line 24 of file Database.php.


The documentation for this class was generated from the following file: