# RDoc::Markup::ListItem - ri - phpman

= [**RDoc::Markup::ListItem](https://www.chedong.com/phpMan.php/perldoc/RDoc%3A%3AMarkup%3A%3AListItem/markdown) < Object**

(from gem rdoc-7.2.0)
------------------------------------------------------------------------
An item within a List that contains paragraphs, headings, etc.

## For BULLET, NUMBER, LALPHA and UALPHA lists, the label will always be
nil. For NOTE and LABEL lists, the list label may contain:

* a single String for a single label
* an Array of Strings for a list item with multiple terms
* nil for an extra description attached to a previously labeled list
  item
------------------------------------------------------------------------
= **Class methods:**

  new

= **Instance methods:**

  <<
  accept
  empty?
  label
  length
  parts
  push

= **Attributes:**

  attr_accessor label
  attr_reader parts

