trait PathAware

Path aware trait for rules and bypasses

Methods

string
getPath()

Returns the path

$this
setPath(string $path)

Update the path

Details

at line 20
string getPath()

Returns the path

Return Value

string

at line 32
$this setPath(string $path)

Update the path

Parameters

string $path

Return Value

$this