0 follower

Interface Yiisoft\VarDumper\HandlerInterface

Implemented byYiisoft\VarDumper\Handler\CompositeHandler, Yiisoft\VarDumper\Handler\EchoHandler, Yiisoft\VarDumper\Handler\StreamHandler

Public Methods

Hide inherited methods

Method Description Defined By
handle() Yiisoft\VarDumper\HandlerInterface

Method Details

Hide inherited methods

handle() public abstract method

public abstract void handle ( mixed $variable, integer $depth, boolean $highlight false )
$variable mixed
$depth integer
$highlight boolean

                public function handle(mixed $variable, int $depth, bool $highlight = false): void;