Cassandra\Tinyint::add PHP Méthode

add() public méthode

public add ( cassandra\Numeric $addend ) : cassandra\Numeric
$addend cassandra\Numeric a number to add to this one
Résultat cassandra\Numeric sum
    public function add(Numeric $addend)
    {
    }