コード例 #1
0
ファイル: SafeLocal.php プロジェクト: ruudk/Gaufrette
 /**
  * {@inheritDoc}
  */
 public function computeKey($path)
 {
     return base64_decode(parent::computeKey($path));
 }