Documentation

ComparableInterface

PhpOffice\PhpPresentation\ComparableInterface.

Table of Contents

Methods

getHashCode()  : string
Get hash code.
getHashIndex()  : null|int
Get hash index.
setHashIndex()  : $this
Set hash index.

Methods

getHashCode()

Get hash code.

public getHashCode() : string
Return values
string

Hash code

getHashIndex()

Get hash index.

public getHashIndex() : null|int

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Return values
null|int

Hash index

setHashIndex()

Set hash index.

public setHashIndex(int $value) : $this

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.

Parameters
$value : int

Hash index

Return values
$this

        
On this page

Search results