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 array getTable ( string $tableName )
$tableName string

                public function getTable(string $tableName): array;

            
getTables() public abstract method

public abstract array getTables ( )

                public function getTables(): array;