1 | <?php |
||
11 | class HowToSection extends ItemList |
||
12 | { |
||
13 | /** |
||
14 | * A single step item (as HowToStep, text, document, video, etc.) or a |
||
15 | * HowToSection (originally misnamed 'steps'; 'step' is preferred). |
||
16 | * |
||
17 | * @param CreativeWork|CreativeWork[]|ItemList|ItemList[]|string|string[] $steps |
||
18 | * |
||
19 | * @return static |
||
20 | * |
||
21 | * @see http://schema.org/steps |
||
22 | */ |
||
23 | public function steps($steps) |
||
27 | |||
28 | } |
||
29 |