Cecil

ItemInterface extends BaseInterface, ArrayAccess

Item interface.

Table of Contents

Methods

getId()  : string
Returns the item's identifier.
setId()  : BaseInterface
Set the item's identifier.
toArray()  : array<string|int, mixed>
Returns properties as array.

Methods

getId()

Returns the item's identifier.

public getId() : string
Return values
string

toArray()

Returns properties as array.

public toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>
 
On this page

Search results