PhpDeal\Functional\Ensure\Propagation\StubParent::add PHP Méthode

add() public méthode

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