Oihana PHP System

ListItemTrait

An list item, e.g. a step in a checklist or how-to description.

Tags
see
https://schema.org/ListItem

Table of Contents

Properties

$item  : Thing|null
An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists').
$nextItem  : null|ListItem
A link to the ListItem that follows the current one.
$position  : null|int|string
The position of an item in a series or sequence of items.
$previousItem  : null|ListItem
A link to the ListItem that precedes the current one.

Properties

$item

An entity represented by an entry in a list or data feed (e.g. an 'artist' in a list of 'artists').

public Thing|null $item

$position

The position of an item in a series or sequence of items.

public null|int|string $position

$previousItem

A link to the ListItem that precedes the current one.

public null|ListItem $previousItem

        
On this page

Search results