SelectedIcoType
in package
Class representing SelectedIcoType.
XSD Type: selectedIcoType
Table of Contents
Properties
- $ico : array<string|int, string>
- ICO.
Methods
- 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
$ico
ICO.
private
array<string|int, string>
$ico
= []
Methods
addToIco()
Adds as ico.
public
addToIco(string $ico) : self
ICO
Parameters
- $ico : string
Return values
selfgetIco()
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
boolsetIco()
Sets a new ico.
public
setIco(string $ico) : self
ICO
Parameters
- $ico : string
Return values
selfunsetIco()
unset ico.
public
unsetIco(int|string $index) : void
ICO
Parameters
- $index : int|string