(No version information available, might only be in Git)
Table::getSession — Get table session
Get session associated with the table.
此函数没有参数。
A Session object.
Example #1 mysql_xdevapi\Table::getSession() example
<?php
$session = $table->getSession();
?>