C# Class Pchp.Library.Errors.ErrorHandlerRecord

Show file Open project: iolevel/peachpie

Public Properties

Property Type Description
ErrorHandler Pchp.Core.PhpCallback
ErrorTypes PhpError

Public Methods

Method Description
ErrorHandlerRecord ( PhpCallback handler, PhpError errors ) : Pchp.Core

Public constructor of the class.

Method Details

ErrorHandlerRecord() public method

Public constructor of the class.
public ErrorHandlerRecord ( PhpCallback handler, PhpError errors ) : Pchp.Core
handler Pchp.Core.PhpCallback Error handler callback.
errors PhpError Error types to be handled.
return Pchp.Core

Property Details

ErrorHandler public property

Error handler callback.
public PhpCallback,Pchp.Core ErrorHandler
return Pchp.Core.PhpCallback

ErrorTypes public property

Error types to be handled.
public PhpError ErrorTypes
return PhpError