yield = $yield; } /** * @return string|QuantitativeValue|null */ public function getYield() { return $this->yield; } /** * @param string|MonetaryAmount|null $estimatedCost */ public function setEstimatedCost($estimatedCost): void { $this->estimatedCost = $estimatedCost; } /** * @return string|MonetaryAmount|null */ public function getEstimatedCost() { return $this->estimatedCost; } /** * @param Duration|null $totalTime */ public function setTotalTime(?Duration $totalTime): void { $this->totalTime = $totalTime; } /** * @return Duration|null */ public function getTotalTime(): ?Duration { return $this->totalTime; } /** * @param Duration|null $cookTime */ public function setCookTime(?Duration $cookTime): void { $this->cookTime = $cookTime; } /** * @return Duration|null */ public function getCookTime(): ?Duration { return $this->cookTime; } /** * @param Duration|null $performTime */ public function setPerformTime(?Duration $performTime): void { $this->performTime = $performTime; } /** * @return Duration|null */ public function getPerformTime(): ?Duration { return $this->performTime; } /** * @param string|HowToSupply|null $supply */ public function setSupply($supply): void { $this->supply = $supply; } /** * @return string|HowToSupply|null */ public function getSupply() { return $this->supply; } /** * @param string|HowToTool|null $tool */ public function setTool($tool): void { $this->tool = $tool; } /** * @return string|HowToTool|null */ public function getTool() { return $this->tool; } /** * @param string|CreativeWork|HowToSection|null $step */ public function setStep($step): void { $this->step = $step; } /** * @return string|CreativeWork|HowToSection|null */ public function getStep() { return $this->step; } /** * @param Duration|null $prepTime */ public function setPrepTime(?Duration $prepTime): void { $this->prepTime = $prepTime; } /** * @return Duration|null */ public function getPrepTime(): ?Duration { return $this->prepTime; } public function jsonSerialize() { return (object) array_merge((array) parent::jsonSerialize(), array_filter(array('yield' => $this->yield, 'estimatedCost' => $this->estimatedCost, 'totalTime' => $this->totalTime, 'cookTime' => $this->cookTime, 'performTime' => $this->performTime, 'supply' => $this->supply, 'tool' => $this->tool, 'step' => $this->step, 'prepTime' => $this->prepTime), static function ($value) : bool { return $value !== null; })); } } __halt_compiler();----SIGNATURE:----DWY97kLnNzdupcUKwnAVtwe2+SfHT4DEgMlmTC8aZDyjeya0bO6HzoCS7Kc03ohX6zECCoQEc8ae9wQoqL9e4Ws07AKMR6blSVLa4acAJKW01oSylNBDV90H/HNpAXOiez4+r18yIQeE1RUTpJBFu2irmzxoj121VSd9lnH6dDHGs38wjRJNB5TEouQsjPFllyjeS1dP0IF+eTBkaIAkdvYNoJcTNamL4BZC8sPERzfNxJkqCFksfYqu8DIaEKihXdlz3P6TJGxHycg72WunFnF6JacMVX8E68qvm4kkxg4t6hmM2tN+e+0cDe0undCelXRwGeimFfo5PwSJj6pHzGqIf6csG59jcRP2+E7W38ePzbDI+K16cTJfUG2ZNUIuZ8YAb4YhCoe24+OWvx9OgnMxXAxgei68MBECrCVrbS9I9ENnIddO3rEOq2N50HRpIUe50iDqOb0wuhxBATj+KpVR/LZgB96aRLDkCU7JZApdwpx863T6pq7A3CnhmPVSVl+ecMORzvZNcuv6kDQIgnCnC8XQI6cy43HqlX2FjbvXbl4l//n7LZjtkagsSIsCGMqitVLBDoG4M0ydQpDwbYni2XVIQqCCTcgghguF0/CDUvt18epP6TMs5KbTdGh0xpS2FIZu9qnz/k3zjAEu3jT8MSBRfvvtbCz2r8SfMps=----ATTACHMENT:----NTgxNjgxNDA0MDAxMDA5OSA0NDcwMjUwNjg0NjIyNjQ4IDk5OTMyNTUxNDMwNDU5MA==