Documentation

SelectedIcoType
in package

Class representing SelectedIcoType.

XSD Type: selectedIcoType

Table of Contents

$ico  : array<string|int, mixed>
ICO.
addToIco()  : self
Adds as ico.
getIco()  : array<string|int, string>
Gets as ico.
issetIco()  : bool
isset ico.
setIco()  : self
Sets a new ico.
unsetIco()  : void
unset ico.

Properties

Methods

addToIco()

Adds as ico.

public addToIco(string $ico) : self

ICO

Parameters
$ico : string
Return values
self

getIco()

Gets as ico.

public getIco() : array<string|int, string>

ICO

Return values
array<string|int, string>

issetIco()

isset ico.

public issetIco(int|string $index) : bool

ICO

Parameters
$index : int|string
Return values
bool

setIco()

Sets a new ico.

public setIco(string $ico) : self

ICO

Parameters
$ico : string
Return values
self

unsetIco()

unset ico.

public unsetIco(int|string $index) : void

ICO

Parameters
$index : int|string
Return values
void

Search results