SYMBOL INDEX (449 symbols across 40 files) FILE: examples/example.php class Exception (line 25) | class Exception extends BaseException function fooBar (line 71) | function fooBar() function bar (line 76) | function bar() FILE: examples/lib.php function whoops_add_stack_frame (line 2) | function whoops_add_stack_frame($callback){ FILE: src/Whoops/Exception/ErrorException.php class ErrorException (line 15) | class ErrorException extends BaseErrorException FILE: src/Whoops/Exception/Formatter.php class Formatter (line 11) | class Formatter method formatExceptionAsDataArray (line 21) | public static function formatExceptionAsDataArray(InspectorInterface $... method formatExceptionPlain (line 53) | public static function formatExceptionPlain(InspectorInterface $inspec... FILE: src/Whoops/Exception/Frame.php class Frame (line 12) | class Frame implements Serializable method __construct (line 34) | public function __construct(array $frame) method getFile (line 43) | public function getFile($shortened = false) method getLine (line 75) | public function getLine() method getClass (line 83) | public function getClass() method getFunction (line 91) | public function getFunction() method getArgs (line 99) | public function getArgs() method getFileContents (line 109) | public function getFileContents() method addComment (line 140) | public function addComment($comment, $context = 'global') method getComments (line 156) | public function getComments($filter = null) method getRawFrame (line 175) | public function getRawFrame() method getFileLines (line 198) | public function getFileLines($start = 0, $length = null) method serialize (line 231) | public function serialize() method __serialize (line 241) | public function __serialize() method unserialize (line 257) | public function unserialize($serializedFrame) method __unserialize (line 269) | public function __unserialize($frame) method equals (line 284) | public function equals(Frame $frame) method isApplication (line 297) | public function isApplication() method setApplication (line 307) | public function setApplication($application) FILE: src/Whoops/Exception/FrameCollection.php class FrameCollection (line 21) | class FrameCollection implements ArrayAccess, IteratorAggregate, Seriali... method __construct (line 28) | public function __construct(array $frames) method filter (line 41) | public function filter($callable) method map (line 53) | public function map($callable) method getArray (line 81) | public function getArray() method getIterator (line 90) | #[ReturnTypeWillChange] method offsetExists (line 100) | #[ReturnTypeWillChange] method offsetGet (line 110) | #[ReturnTypeWillChange] method offsetSet (line 120) | #[ReturnTypeWillChange] method offsetUnset (line 130) | #[ReturnTypeWillChange] method count (line 140) | #[ReturnTypeWillChange] method countIsApplication (line 151) | public function countIsApplication() method serialize (line 162) | #[ReturnTypeWillChange] method unserialize (line 172) | #[ReturnTypeWillChange] method __serialize (line 178) | public function __serialize() method __unserialize (line 183) | public function __unserialize(array $serializedFrames) method prependFrames (line 191) | public function prependFrames(array $frames) method topDiff (line 202) | public function topDiff(FrameCollection $parentFrames) FILE: src/Whoops/Exception/Inspector.php class Inspector (line 13) | class Inspector implements InspectorInterface method __construct (line 44) | public function __construct($exception, $factory = null) method getException (line 53) | public function getException() method getExceptionName (line 61) | public function getExceptionName() method getExceptionMessage (line 69) | public function getExceptionMessage() method getPreviousExceptionMessages (line 77) | public function getPreviousExceptionMessages() method getPreviousExceptionCodes (line 88) | public function getPreviousExceptionCodes() method getExceptionDocrefUrl (line 101) | public function getExceptionDocrefUrl() method extractDocrefUrl (line 106) | private function extractDocrefUrl($message) method hasPreviousException (line 133) | public function hasPreviousException() method getPreviousExceptionInspector (line 143) | public function getPreviousExceptionInspector() method getPreviousExceptions (line 161) | public function getPreviousExceptions() method getFrames (line 184) | public function getFrames(array $frameFilters = []) method getTrace (line 260) | protected function getTrace($e) method getFrameFromException (line 291) | protected function getFrameFromException($exception) method getFrameFromError (line 309) | protected function getFrameFromError(ErrorException $exception) method isValidNextFrame (line 325) | protected function isValidNextFrame(array $frame) FILE: src/Whoops/Handler/CallbackHandler.php class CallbackHandler (line 16) | class CallbackHandler extends Handler method __construct (line 27) | public function __construct($callable) method handle (line 41) | public function handle() FILE: src/Whoops/Handler/Handler.php class Handler (line 15) | abstract class Handler implements HandlerInterface method setRun (line 51) | public function setRun(RunInterface $run) method getRun (line 59) | protected function getRun() method setInspector (line 67) | public function setInspector(InspectorInterface $inspector) method getInspector (line 75) | protected function getInspector() method setException (line 83) | public function setException($exception) method getException (line 91) | protected function getException() FILE: src/Whoops/Handler/HandlerInterface.php type HandlerInterface (line 12) | interface HandlerInterface method handle (line 17) | public function handle(); method setRun (line 23) | public function setRun(RunInterface $run); method setException (line 29) | public function setException($exception); method setInspector (line 35) | public function setInspector(InspectorInterface $inspector); FILE: src/Whoops/Handler/JsonResponseHandler.php class JsonResponseHandler (line 16) | class JsonResponseHandler extends Handler method setJsonApi (line 33) | public function setJsonApi($jsonApi = false) method addTraceToOutput (line 43) | public function addTraceToOutput($returnFrames = null) method handle (line 56) | public function handle() method contentType (line 86) | public function contentType() FILE: src/Whoops/Handler/PlainTextHandler.php class PlainTextHandler (line 20) | class PlainTextHandler extends Handler method __construct (line 64) | public function __construct($logger = null) method setLogger (line 74) | public function setLogger($logger = null) method getLogger (line 91) | public function getLogger() method setDumper (line 102) | public function setDumper(callable $dumper) method addTraceToOutput (line 113) | public function addTraceToOutput($addTraceToOutput = null) method addPreviousToOutput (line 128) | public function addPreviousToOutput($addPreviousToOutput = null) method addTraceFunctionArgsToOutput (line 144) | public function addTraceFunctionArgsToOutput($addTraceFunctionArgsToOu... method setTraceFunctionArgsOutputLimit (line 165) | public function setTraceFunctionArgsOutputLimit($traceFunctionArgsOutp... method generateResponse (line 175) | public function generateResponse() method getTraceFunctionArgsOutputLimit (line 198) | public function getTraceFunctionArgsOutputLimit() method loggerOnly (line 208) | public function loggerOnly($loggerOnly = null) method canOutput (line 222) | private function canOutput() method getFrameArgsOutput (line 233) | private function getFrameArgsOutput(Frame $frame, $line) method dump (line 266) | protected function dump($var) method getTraceOutput (line 279) | private function getTraceOutput() method getExceptionOutput (line 321) | private function getExceptionOutput($exception) method handle (line 335) | public function handle() method contentType (line 355) | public function contentType() FILE: src/Whoops/Handler/PrettyPageHandler.php class PrettyPageHandler (line 18) | class PrettyPageHandler extends Handler method __construct (line 139) | public function __construct() method handle (line 185) | public function handle() method getExceptionFrames (line 308) | protected function getExceptionFrames() method getExceptionCode (line 331) | protected function getExceptionCode() method contentType (line 347) | public function contentType() method addDataTable (line 362) | public function addDataTable($label, array $data) method addDataTableCallback (line 382) | public function addDataTableCallback($label, /* callable */ $callback) method getDataTables (line 413) | public function getDataTables($label = null) method handleUnconditionally (line 434) | public function handleUnconditionally($value = null) method addEditor (line 464) | public function addEditor($identifier, $resolver) method setEditor (line 487) | public function setEditor($editor) method getEditorHref (line 510) | public function getEditorHref($filePath, $line) method getEditorAjax (line 542) | public function getEditorAjax($filePath, $line) method getEditor (line 563) | protected function getEditor($filePath, $line) method setPageTitle (line 610) | public function setPageTitle($title) method getPageTitle (line 621) | public function getPageTitle() method addResourcePath (line 635) | public function addResourcePath($path) method addCustomCss (line 654) | public function addCustomCss($name) method addCustomJs (line 667) | public function addCustomJs($name) method getResourcePaths (line 676) | public function getResourcePaths() method getResource (line 694) | protected function getResource($resource) method getResourcesPath (line 726) | public function getResourcesPath() method setResourcesPath (line 741) | public function setResourcesPath($resourcesPath) method getApplicationPaths (line 752) | public function getApplicationPaths() method setApplicationPaths (line 762) | public function setApplicationPaths(array $applicationPaths) method setApplicationRootPath (line 774) | public function setApplicationRootPath($applicationRootPath) method blacklist (line 789) | public function blacklist($superGlobalName, $key) method hideSuperglobalKey (line 802) | public function hideSuperglobalKey($superGlobalName, $key) method masked (line 820) | private function masked($superGlobal, $superGlobalName) FILE: src/Whoops/Handler/XmlResponseHandler.php class XmlResponseHandler (line 17) | class XmlResponseHandler extends Handler method addTraceToOutput (line 28) | public function addTraceToOutput($returnFrames = null) method handle (line 41) | public function handle() method contentType (line 59) | public function contentType() method addDataToNode (line 69) | private static function addDataToNode(\SimpleXMLElement $node, $data) method toXml (line 100) | private static function toXml($data) FILE: src/Whoops/Inspector/InspectorFactory.php class InspectorFactory (line 11) | class InspectorFactory implements InspectorFactoryInterface method create (line 17) | public function create($exception) FILE: src/Whoops/Inspector/InspectorFactoryInterface.php type InspectorFactoryInterface (line 9) | interface InspectorFactoryInterface method create (line 15) | public function create($exception); FILE: src/Whoops/Inspector/InspectorInterface.php type InspectorInterface (line 9) | interface InspectorInterface method getException (line 14) | public function getException(); method getExceptionName (line 19) | public function getExceptionName(); method getExceptionMessage (line 24) | public function getExceptionMessage(); method getPreviousExceptionMessages (line 29) | public function getPreviousExceptionMessages(); method getPreviousExceptionCodes (line 34) | public function getPreviousExceptionCodes(); method getExceptionDocrefUrl (line 41) | public function getExceptionDocrefUrl(); method hasPreviousException (line 47) | public function hasPreviousException(); method getPreviousExceptionInspector (line 54) | public function getPreviousExceptionInspector(); method getPreviousExceptions (line 60) | public function getPreviousExceptions(); method getFrames (line 70) | public function getFrames(array $frameFilters = []); FILE: src/Whoops/Resources/js/prism.js function u (line 3) | function u(e){s.highlightedCode=e,a.hooks.run("before-insert",s),s.eleme... function i (line 3) | function i(e,n,t,r){this.type=e,this.content=n,this.alias=t,this.length=... function l (line 3) | function l(e,n,t,r){e.lastIndex=n;var a=e.exec(t);if(a&&r&&a[1]){var i=a... function o (line 3) | function o(e,n,t,r,s,g){for(var f in t)if(t.hasOwnProperty(f)&&t[f]){var... function s (line 3) | function s(){var e={value:null,prev:null,next:null},n={value:null,prev:e... function u (line 3) | function u(e,n,t){var r=n.next,a={value:t,prev:n,next:r};return n.next=a... function c (line 3) | function c(e,n,t){for(var r=n.next,a=0;a