DotsUnited\BundleFu\FileList::key PHP Method

key() public method

Implements Iterator::key()
public key ( ) : string
return string
    public function key()
    {
        return key($this->files);
    }