PHP Класс PhpOffice\PhpPresentation\Shape\Chart\Type\AbstractType

Наследование: implements PhpOffice\PhpPresentation\ComparableInterface
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$hasAxisX boolean Has Axis X?
$hasAxisY boolean Has Axis Y?

Открытые методы

Метод Описание
__clone ( ) : mixed
addSeries ( Series $value ) : self Add Series
getData ( ) Get Data
getHashIndex ( ) : string Get hash index
getSeries ( ) : Series[] Get Series
hasAxisX ( ) : boolean Has Axis X?
hasAxisY ( ) : boolean Has Axis Y?
setData ( $value = [] ) Set Data
setHashIndex ( string $value ) Set hash index
setSeries ( array $value = [] ) : self Set Series

Описание методов

__clone() публичный Метод

public __clone ( ) : mixed
Результат mixed

addSeries() публичный Метод

Add Series
public addSeries ( Series $value ) : self
$value PhpOffice\PhpPresentation\Shape\Chart\Series
Результат self

getData() публичный Метод

Get Data
Устаревший: getSeries
public getData ( )

getHashIndex() публичный Метод

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.
public getHashIndex ( ) : string
Результат string Hash index

getSeries() публичный Метод

Get Series
public getSeries ( ) : Series[]
Результат PhpOffice\PhpPresentation\Shape\Chart\Series[]

hasAxisX() публичный Метод

Has Axis X?
public hasAxisX ( ) : boolean
Результат boolean

hasAxisY() публичный Метод

Has Axis Y?
public hasAxisY ( ) : boolean
Результат boolean

setData() публичный Метод

Set Data
Устаревший: setSeries
public setData ( $value = [] )

setHashIndex() публичный Метод

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.
public setHashIndex ( string $value )
$value string Hash index

setSeries() публичный Метод

Set Series
public setSeries ( array $value = [] ) : self
$value array Array of \PhpOffice\PhpPresentation\Shape\Chart\Series
Результат self

Описание свойств

$hasAxisX защищенное свойство

Has Axis X?
protected bool $hasAxisX
Результат boolean

$hasAxisY защищенное свойство

Has Axis Y?
protected bool $hasAxisY
Результат boolean