Payu\Component\Basket::count PHP Method

count() public method

(PHP 5 >= 5.1.0)
Count elements of an object
public count ( ) : integer
return integer The custom count as an integer.

The return value is cast to an integer.

    public function count()
    {
        return count($this->collection);
    }