Codebase list phpggc / a98ae3d2-7565-48f5-a1e9-9413a1e65feb/main gadgetchains / Typo3 / FD / 1 / gadgets.php
a98ae3d2-7565-48f5-a1e9-9413a1e65feb/main

Tree @a98ae3d2-7565-48f5-a1e9-9413a1e65feb/main (Download .tar.gz)

gadgets.php @a98ae3d2-7565-48f5-a1e9-9413a1e65feb/mainraw · history · blame

<?php

namespace TYPO3\CMS\Extensionmanager\Controller;

class UploadExtensionFileController
{
    public $extensionBackupPath;

    public function __construct($extensionBackupPath) {
        $this->extensionBackupPath = $extensionBackupPath;
    }

}