interface UndefinedMemberExceptionInterface

The interface implemented by exceptions that are thrown when an undefined member is requested.

Methods

string
className()

Get the class name.

string
property()

Get the property name.

mixed
value()

Get the value of the property used to search for the member.

Details

at line 29
string className()

Get the class name.

Return Value

string The class name.

at line 38
string property()

Get the property name.

Return Value

string The property name.

at line 47
mixed value()

Get the value of the property used to search for the member.

Return Value

mixed The value.