0 follower

Interface Yiisoft\Yii\Debug\Api\Inspector\Database\SchemaProviderInterface

Implemented byYiisoft\Yii\Debug\Api\Inspector\Database\Cycle\CycleSchemaProvider, Yiisoft\Yii\Debug\Api\Inspector\Database\Db\DbSchemaProvider

Method Details

Hide inherited methods

getTable() public abstract method

public abstract getTable( string $tableName ): array
$tableName string

                public function getTable(string $tableName): array;

            
getTables() public abstract method

public abstract getTables( ): array

                public function getTables(): array;