[ Index ] |
PHP Cross Reference of YOURLS |
[Source view] [Print] [Project Stats]
This file is part of Aura for PHP.
License: | https://opensource.org/licenses/MIT MIT |
File Size: | 74 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DecoratedPdo:: (3 methods):
__construct()
connect()
disconnect()
Class: DecoratedPdo - X-Ref
Decorates an existing PDO instance with the extended methods.__construct(PDO $pdo, ProfilerInterface $profiler = null) X-Ref |
Constructor. This overrides the parent so that it can take an existing PDO instance and decorate it with the extended methods. param: PDO $pdo An existing PDO instance to decorate. param: ProfilerInterface $profiler Tracks and logs query profiles. |
connect() X-Ref |
Connects to the database. return: null |
disconnect() X-Ref |
Disconnects from the database; disallowed with decorated PDO connections. return: null |
Generated: Tue Jan 21 05:10:11 2025 | Cross-referenced by PHPXref 0.7.1 |