(No version information available, might only be in Git)
Schema::getCollections — Get all schema collections
Fetch a list of collections for this schema.
This function has no parameters.
Array of all collections in this schema.
Example #1 mysql_xdevapi\Schema::getCollections() example
<?php
$collections = $schema->getCollections();
?>