| 1 | <?php |
||
| 11 | class HowToSupply extends HowToItem |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * The estimated cost of the supply or supplies consumed when performing |
||
| 15 | * instructions. |
||
| 16 | * |
||
| 17 | * @param MonetaryAmount|MonetaryAmount[]|string|string[] $estimatedCost |
||
| 18 | * |
||
| 19 | * @return static |
||
| 20 | * |
||
| 21 | * @see http://schema.org/estimatedCost |
||
| 22 | */ |
||
| 23 | public function estimatedCost($estimatedCost) |
||
| 27 | |||
| 28 | } |
||
| 29 |