C# Class Pchp.Library.Errors.ErrorHandlerRecord

Mostrar archivo 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_oe property

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

ErrorTypes public_oe property

Error types to be handled.
public PhpError ErrorTypes
return PhpError