Documentation

StorageType
in package

Class representing StorageType.

XSD Type: storageType

Table of Contents

Properties

$itemStorage  : array<string|int, ItemStorageType>
$version  : string|null

Methods

addToItemStorage()  : self
Adds as itemStorage.
getItemStorage()  : array<string|int, ItemStorageType>
Gets as itemStorage.
getVersion()  : string
Gets as version.
issetItemStorage()  : bool
isset itemStorage.
setItemStorage()  : self
Sets a new itemStorage.
setVersion()  : self
Sets a new version.
unsetItemStorage()  : void
unset itemStorage.

Properties

Methods

getVersion()

Gets as version.

public getVersion() : string
Return values
string

issetItemStorage()

isset itemStorage.

public issetItemStorage(int|string $index) : bool
Parameters
$index : int|string
Return values
bool

setVersion()

Sets a new version.

public setVersion(string $version) : self
Parameters
$version : string
Return values
self

unsetItemStorage()

unset itemStorage.

public unsetItemStorage(int|string $index) : void
Parameters
$index : int|string

        
On this page

Search results