(No version information available, might only be in Git)
Collection::getSession — Get session object
Retrieve a session object that contains the collection.
此函数没有参数。
The session object.
Example #1 mysql_xdevapi\Collection::getSession() example
<?php
$session = $coll->getSession();
?>