File manager - Edit - /home/c14075/dragmet-ural.ru/www/bitrix/modules/main/lib/ui/viewer/transformation/transformation.php
Back
<?php namespace Bitrix\Main\UI\Viewer\Transformation; use Bitrix\Transformer\FileTransformer; abstract class Transformation { public static function getInputContentTypes() { return []; } abstract public function getOutputContentType(); abstract public function getOutputExtension(); /** * @return FileTransformer */ abstract public function buildTransformer(); /** * Returns maximum file size for transformation. * * @return int */ public function getInputMaxSize() { return 0; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.25 |
proxy
|
phpinfo
|
Settings