trait UrlsTrait

Class UrlsMutatorsTrait.

Methods

$this
setUrls( array $urls)

No description

array|null
getUrls()

No description

bool
hasUrls()

No description

$this
clearUrls()

No description

bool
hasUrlByValue( mixed $url)

No description

bool
hasUrl( string $index)

No description

string|null
getUrl( string $index)

No description

$this
setUrl( mixed $url, string $index = null)

No description

$this
removeUrl( string $index)

No description

$this
removeUrlByValue($url)

No description

Details

at line line 40
$this setUrls( array $urls)

Parameters

array $urls

Return Value

$this

at line line 50
array|null getUrls()

Return Value

array|null

at line line 58
bool hasUrls()

Return Value

bool

at line line 66
$this clearUrls()

Return Value

$this

at line line 78
bool hasUrlByValue( mixed $url)

Parameters

mixed $url

Return Value

bool

at line line 88
bool hasUrl( string $index)

Parameters

string $index

Return Value

bool

at line line 98
string|null getUrl( string $index)

Parameters

string $index

Return Value

string|null

at line line 109
$this setUrl( mixed $url, string $index = null)

Parameters

mixed $url
string $index

Return Value

$this

at line line 125
$this removeUrl( string $index)

Parameters

string $index

Return Value

$this

at line line 139
$this removeUrlByValue($url)

Parameters

$url

Return Value

$this