mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
fixed docs in db Schema classes
This commit is contained in:
@ -332,10 +332,8 @@ SQL;
|
||||
|
||||
/**
|
||||
* Returns all table names in the database.
|
||||
* This method should be overridden by child classes in order to support this feature
|
||||
* because the default implementation simply throws an exception.
|
||||
* @param string $schema the schema of the tables. Defaults to empty string, meaning the current or default schema.
|
||||
* @return array all table names in the database. The names have NO the schema name prefix.
|
||||
* @return array all table names in the database. The names have NO schema name prefix.
|
||||
*/
|
||||
protected function findTableNames($schema = '')
|
||||
{
|
||||
|
Reference in New Issue
Block a user