\codenamegary\urlparserBatch

Summary

Methods
Properties
Constants
__construct()
__callStatic()
__call()
No public properties found
No constants found
_make()
_to()
$urls
$instance
N/A
No private methods found
No private properties found
N/A

Properties

$urls

$urls : array

The actively used URLParser\URL objects.

Type

array

$instance

$instance : object

When calling methods statically the instance is stored in this variable.

Type

object

Methods

__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

__callStatic()

__callStatic( $method,  $arguments)

Parameters

$method
$arguments

__call()

__call( $method,  $arguments)

Parameters

$method
$arguments

_make()

_make()

_to()

_to(array $urls) : object

Loops through the provided array and establishes new URL objects from each URL.

Parameters

array $urls

Returns

object