Step
The Step object.
Description #
Source #
Changelog #
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
Methods #
- __construct — Constructor.
- add_contents — Adds the contents.
- get_contents — Gets the step contents.
- get_icon — Gets the step icon.
- get_id — Gets the step ID.
- get_parent_id — Gets the step's parent ID.
- get_progress — Gets the step progress.
- get_steps_number — Gets the steps number.
- get_sub_steps_page_size — Gets the sub steps page size.
- get_title — Gets the step title.
- get_type_label — Gets the type label.
- get_url — Gets the step url.
- is_section — Returns whether the step is a section.
- parse — Parses a step into a Step object.
- set_contents — Sets the contents.
- set_icon — Sets the step icon.
- set_id — Sets the step ID.
- set_is_section — Sets the contents.
- set_parent_id — Sets the step's parent ID.
- set_progress — Sets the step progress.
- set_steps_number — Sets the sub steps counter.
- set_sub_steps_page_size — Sets the sub steps page size.
- set_title — Sets the step title.
- set_type_label — Sets the type label
- set_url — Sets the step url.