DatabaseObject::getSession

Get session name

Description

abstract public mysql_xdevapi\Session mysql_xdevapi\DatabaseObject::getSession()

Fetch session associated to the database object.

Warning

This function is currently not documented; only its argument list is available.

Parameters

This function has no parameters.

Return Values

The Session object.

Examples

Example #1 mysql_xdevapi\DatabaseObject::getSession example

<?php

$session = $dbObj->getSession();

?>