Eloquent\Phony\Stub\Answer\CallRequest::prefixSelf PHP Method

prefixSelf() public method

Returns true if the self value should be prefixed to the final arguments.
public prefixSelf ( ) : boolean
return boolean True if the self value should be prefixed.
    public function prefixSelf()
    {
        return $this->prefixSelf;
    }