class BadFluentSetterException extendsBadMethodCallException implementsBadMethodCallException

Properties

protectedstring $setter The setter.

Methods

__construct(string$setter,int$code =0,Throwable$previous =null)

Constructor.

string
getSetter()

Get the setter.

Details

at line33
__construct(string$setter,int$code =0,Throwable$previous =null)

Constructor.

Parameters

string $setter
int $code
Throwable $previous

at line45
string getSetter()

Get the setter.

Return Value

string