mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-19 02:16:51 +01:00
23 lines
549 B
XML
23 lines
549 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="Database" inherits="Reference" version="3.8">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="get_connection">
|
|
<return type="DatabaseConnection" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<members>
|
|
<member name="connection_string" type="String" setter="set_connection_string" getter="get_connection_string" default="""">
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|