1 | <?php |
||
11 | class HowToItem extends ListItem |
||
12 | { |
||
13 | /** |
||
14 | * The required quantity of the item(s). |
||
15 | * |
||
16 | * @param QuantitativeValue|QuantitativeValue[]|float|float[]|int|int[]|string|string[] $requiredQuantity |
||
17 | * |
||
18 | * @return static |
||
19 | * |
||
20 | * @see http://schema.org/requiredQuantity |
||
21 | */ |
||
22 | public function requiredQuantity($requiredQuantity) |
||
26 | |||
27 | } |
||
28 |