PHP Интерфейс JamesMoss\Flywheel\DocumentInterface

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

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

Метод Описание
__construct ( array $data = [] ) Constructor
getId ( ) : string Get the document ID.
getInitialId ( ) : string Get the initial document ID.
setId ( string $id ) Set the document ID.

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

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

Constructor
public __construct ( array $data = [] )
$data array An associative array, each key/value pair will be turned into properties on this object.

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

Get the document ID.
public getId ( ) : string
Результат string

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

Get the initial document ID.
public getInitialId ( ) : string
Результат string

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

Set the document ID.
public setId ( string $id )
$id string