C# Class Pchp.Library.Errors.ErrorHandlerRecord

Afficher le fichier Open project: iolevel/peachpie

Méthodes publiques

Свойство Type Description
ErrorHandler Pchp.Core.PhpCallback
ErrorTypes PhpError

Méthodes publiques

Méthode Description
ErrorHandlerRecord ( PhpCallback handler, PhpError errors ) : Pchp.Core

Public constructor of the class.

Method Details

ErrorHandlerRecord() public méthode

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.
Résultat Pchp.Core

Property Details

ErrorHandler public_oe property

Error handler callback.
public PhpCallback,Pchp.Core ErrorHandler
Résultat Pchp.Core.PhpCallback

ErrorTypes public_oe property

Error types to be handled.
public PhpError ErrorTypes
Résultat PhpError