Ferreteria/v0.6/fx/WithItemValue/@removed
|
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);
}