If calling this within a class method, How would I reference another class method instead of naming a function using a string? ``` $parallelcurl->startRequest('http://example.com', <how to call a class method>, array('something')); ```