H2P\Converter\ConverterAbstract::transform PHP Метод

transform() абстрактный защищенный Метод

Convert the URI to destination with the specified options
abstract protected transform ( H2P\Request $origin, string $destination ) : boolean
$origin H2P\Request
$destination string The destination full path
Результат boolean
    protected abstract function transform(Request $origin, $destination);