MiniAsset\AssetCollection::current PHP Method

current() public method

public current ( )
    public function current()
    {
        $current = $this->items[$this->index];
        return $this->get($current);
    }