PHP Класс Newscoop\Entity\AbstractEntity

Показать файл Открыть проект

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

Свойство Тип Описание
$id integer

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

Метод Описание
getId ( ) : integer Provides the id of the output, this will uniquielly identify this output.
setId ( $id ) : Newscoop\Entity\Entity Set the id of the output, this will uniquielly identify this output.

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

getId() публичный метод

Provides the id of the output, this will uniquielly identify this output.
public getId ( ) : integer
Результат integer The id of the output.

setId() публичный метод

Set the id of the output, this will uniquielly identify this output.
public setId ( $id ) : Newscoop\Entity\Entity
Результат Newscoop\Entity\Entity This object for chaining purposes.

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

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

protected int $id
Результат integer