findSchemaNames() protected method
Returns all schema names in the database, including the default one but not system schemas.
This method should be overridden by child classes in order to support this feature because the default implementation simply throws an exception.
protected array findSchemaNames ( ) | ||
---|---|---|
return | array |
All schema names in the database, except system schemas |
throws | yii\base\NotSupportedException |
if this method is called |
Please login to continue.