$instance $instance : object When calling methods statically the instance is stored in this variable. Type object
__construct() __construct( $urls) : object Base constructor, accepts a url and by default uses the current full URL of the page being visited. Parameters $urls Returns object
_to() _to(array $urls) : object Loops through the provided array and establishes new URL objects from each URL. Parameters array $urls Returns object