Skip to content

Commit

Permalink
Added a public method to retrieve the original adapter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Waterman committed Sep 29, 2015
1 parent 5137b85 commit b6a3566
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/GaufretteExtras/Adapter/ResolvableAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ public function isDirectory($key)
{
return $this->adapter->isDirectory($key);
}

public function getOriginalAdapter()
{
return $this->adapter;
}
}

0 comments on commit b6a3566

Please sign in to comment.