Methods
__call()
__call($method, $arguments)
Parameters
$method
$arguments
__callStatic()
__callStatic($method, $arguments)
Parameters
$method
$arguments
Base constructor, accepts a url and by default
uses the current full URL of the page being
visited.
__construct($urls) : object
Parameters
$urls
Returns
object
Loops through the provided array and establishes new URL
objects from each URL.
_to(array $urls) : object
Parameters
$urls
array
Returns
object
Properties