Ferreteria/v0.6/fx/WithItemValue/@removed
< Ferreteria | v0.6 | fx | WithItemValue
Jump to navigation
Jump to search
|
Removed Function
|
About
- Action: initializes a newly-created object with an
InputItemobject and the string to be processed by it - Calls:
Item()- saves the InputItem objectParseInputString()- parses/handles the corresponding input string
Code
#
protected function WithItemValue(ItemIface $oItem, string $sValue) : void {
$this->Item($oItem);
$this->ParseInputString($sValue);
}