resolveTableNames() protected method
Resolves the table name and schema name (if any).
| protected void resolveTableNames ( $table, $name ) | ||
|---|---|---|
| $table | yii\db\TableSchema | 
 The table metadata object  |  
| $name | string | 
 The table name  |  
resolveTableNames() protected method
Resolves the table name and schema name (if any).
| protected void resolveTableNames ( $table, $name ) | ||
|---|---|---|
| $table | yii\db\TableSchema | 
 The table metadata object  |  
| $name | string | 
 The table name  |  
Please login to continue.