Smalot\Magento\MultiCallQueue::key PHP Method

key() public method

(PHP 5 >= 5.0.0)
Return the key of the current element
public key ( ) : integer
return integer scalar on success, or null on failure.
    public function key()
    {
        return $this->position;
    }