Smalot\Magento\MultiCallQueue::current PHP Méthode

current() public méthode

(PHP 5 >= 5.0.0)
Return the current element
public current ( ) : mixed
Résultat mixed Can return any type.
    public function current()
    {
        return $this->queue[$this->position];
    }