Jyxo\FirePhp::dump PHP Method

dump() public static method

Dumps a variable.
public static dump ( mixed $variable, string $label = '' ) : boolean
$variable mixed Variable
$label string Variable label
return boolean
    public static function dump($variable, string $label = '') : bool
    {
        return self::log($variable, $label);
    }