PhpDeal\Functional\Ensure\Propagation\StubParent::add PHP Method

add() public method

public add ( $variable )
    public function add($variable)
    {
        $this->value += $variable;
    }
StubParent