PHP Class Demo\Aspect\DeclareErrorAspect

Inheritance: implements Go\Aop\Aspect
Datei anzeigen Open project: goaop/framework

Protected Properties

Property Type Description
$badMethod string Prevent developers from using this method by always generating a warning
$message string Message to show when calling the method

Property Details

$badMethod protected_oe property

Prevent developers from using this method by always generating a warning
protected string $badMethod
return string

$message protected_oe property

Message to show when calling the method
protected string $message
return string