0 follower

Interface Yiisoft\Db\Profiler\ContextInterface

Implemented byYiisoft\Db\Profiler\Context\AbstractContext, Yiisoft\Db\Profiler\Context\CommandContext, Yiisoft\Db\Profiler\Context\ConnectionContext

Profiling context.

Method Details

Hide inherited methods

asArray() public abstract method

public abstract asArray( ): array

                public function asArray(): array;

            
getType() public abstract method

public abstract getType( ): string
return string

Type of the context.

                public function getType(): string;