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