PHP Класс PhpOffice\PhpPresentation\Shape\Table

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

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

Метод Описание
__construct ( integer $columns = 1 ) Create a new \PhpOffice\PhpPresentation\Shape\Table instance
createRow ( ) : PhpOffice\PhpPresentation\Shape\Table\Row Create row
getHashCode ( ) : string Get hash code
getRow ( integer $row, boolean $exceptionAsNull = false ) : PhpOffice\PhpPresentation\Shape\Table\Row Get row
getRows ( ) : PhpOffice\PhpPresentation\Shape\Table\Row[] Get rows

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

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

Create a new \PhpOffice\PhpPresentation\Shape\Table instance
public __construct ( integer $columns = 1 )
$columns integer Number of columns

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

Create row
public createRow ( ) : PhpOffice\PhpPresentation\Shape\Table\Row
Результат PhpOffice\PhpPresentation\Shape\Table\Row

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

Get hash code
public getHashCode ( ) : string
Результат string Hash code

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

Get row
public getRow ( integer $row, boolean $exceptionAsNull = false ) : PhpOffice\PhpPresentation\Shape\Table\Row
$row integer Row number
$exceptionAsNull boolean Return a null value instead of an exception?
Результат PhpOffice\PhpPresentation\Shape\Table\Row

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

Get rows
public getRows ( ) : PhpOffice\PhpPresentation\Shape\Table\Row[]
Результат PhpOffice\PhpPresentation\Shape\Table\Row[]