Solar_View_Helper::dump()
    public
    void
     Solar_View_Helper::dump 
         ( mixed  $var  = NULL
        , string  $label  = NULL
    
 )
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.
Inherited from Solar_Base.
Parameters
- (mixed) - $var: If null, dump $this; if a string, dump $this->$var; otherwise, dump $var.
- (string) - $label: Label the dump output with this string.
Returns
- (void) 
Description
Convenience method for getting a dump the whole object, or one of its properties, or an external variable.