Smalot\Magento\MultiCallQueue::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 $this->queue[$this->position];
    }