(No version information available, might only be in Git)
Schema::getSession — Get schema session
This function is currently not documented; only its argument list is available.
This function has no parameters.
Example #1 mysql_xdevapi\Schema::getSession() example
<?php
$session = $schema->getSession();
?>