Skip to content

Commit

Permalink
Adding tag() in Common
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregwar committed Jan 31, 2018
1 parent 0630a24 commit c506d57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Adapter/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -365,4 +365,12 @@ public function enableProgressive()
{
throw new \Exception('The Adapter '.$this->getName().' does not support Progressive Image loading');
}

/**
* This does nothing, but can be used to tag a ressource for instance (having a final image hash
* for the cache different depending on the tag)
*/
public function tag($tag)
{
}
}

0 comments on commit c506d57

Please sign in to comment.