$_processed $_processed : array Prevent recursion when working with objects referring to each other Type array
getInstance() getInstance() : \Behavior\ChromePhp gets instance of this class Returns \Behavior\ChromePhp
addSettings() addSettings(array $settings) : void add ability to set multiple settings in one call Parameters array $settings
_log() _log(string $type, array $args) : void internal logging call Parameters string $type array $args
_convert() _convert( $object) : array converts an object to a better format for logging Parameters $object Returns array
_getPropertyKey() _getPropertyKey(\Behavior\ReflectionProperty $property) : string takes a reflection property and returns a nicely formatted key of the property name Parameters \Behavior\ReflectionProperty $property Returns string
_addRow() _addRow(array $logs, $backtrace, $type) : void adds a value to the data array Parameters array $logs $backtrace $type
_encode() _encode(array $data) : string encodes the data to be sent along with the request Parameters array $data Returns string