Documentation

ThrowablePatch
in package
implements ClassPatchInterface

Interfaces, Classes and Traits

ClassPatchInterface
Class patch interface.

Table of Contents

apply()  : void
Applies patch to the specific class node.
getPriority()  : int
Returns patch priority, which determines when patch will be applied.
supports()  : bool
Checks if patch supports specific class node.
checkItCanBeDoubled()  : mixed
doesNotExtendAThrowableClass()  : bool
implementsAThrowableInterface()  : bool
setParentClassToException()  : mixed

Methods

getPriority()

Returns patch priority, which determines when patch will be applied.

public getPriority() : int
Return values
int

Priority number (higher - earlier)

Search results