Smalot\Magento\MultiCallQueue::current PHP 메소드

current() 공개 메소드

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