<?php namespace SpeedyCache\lib\PathConverter; /** * Don't convert paths. * * Please report bugs on https://github.com/matthiasmullie/path-converter/issues * * @author Matthias Mullie <pathconverter@mullie.eu> * @copyright Copyright (c) 2015, Matthias Mullie. All rights reserved * @license MIT License */ class NoConverter implements ConverterInterface { public function convert($path) { return $path; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Converter.php | File | 5.66 KB | 0644 |
|
ConverterInterface.php | File | 528 B | 0644 |
|
LICENSE | File | 1.03 KB | 0644 |
|
NoConverter.php | File | 437 B | 0644 |
|
composer.json | File | 937 B | 0644 |
|
ruleset.xml | File | 202 B | 0644 |
|