Payu\Component\Basket::current PHP Method

current() public method

(PHP 5 >= 5.0.0)
Return the current element
public current ( ) : mixed
return mixed Can return any type.
    public function current()
    {
        return current($this->collection);
    }