rcrowe\Hippy\Queue::current PHP Method

current() public method

Returns the current element.
public current ( ) : string
return string
    public function current()
    {
        return current($this->container);
    }