Documentation

HhvmExceptionPatch
in package
implements ClassPatchInterface

Exception patch for HHVM to remove the stubs from special methods

Tags
author

Christophe Coevoet stof@notk.org

Interfaces, Classes and Traits

ClassPatchInterface
Class patch interface.

Table of Contents

apply()  : void
Removes special exception static methods from the doubled methods.
getPriority()  : int
Returns patch priority, which determines when patch will be applied.
supports()  : bool
Supports exceptions on HHVM.

Methods

getPriority()

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

public getPriority() : int
Return values
int

Priority number (higher - earlier)

Search results