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 array asArray ( )

                public function asArray(): array;

            
getType() public abstract method

public abstract string getType ( )
return string

Type of the context.

                public function getType(): string;