Property | Type | Description | |
---|---|---|---|
$_methodPreserveCode | string | Method signature hash appended to a replaced method's name so it can be reinstated later without any need to separately store entire method related code blocks. |
Method | Description | |
---|---|---|
applyMutation ( array $mutation ) | Apply a mutation to the relevant file | |
getMethodFlags ( array $mutation ) : integer | Get the appropriate ext/runkit method flag value to use during a replacement via the runkit methods | |
reverseMutation ( array $mutation ) | Reverse a previously applied mutation to the given file |
public applyMutation ( array $mutation ) | ||
$mutation | array |
public getMethodFlags ( array $mutation ) : integer | ||
$mutation | array | |
return | integer |
public reverseMutation ( array $mutation ) | ||
$mutation | array |
protected string $_methodPreserveCode | ||
return | string |