PHP Класс Contao\CoreBundle\Command\SymlinksCommand

Наследование: extends AbstractLockedCommand
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
configure ( )
executeLocked ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

Приватные методы

Метод Описание
createSymlinksFromFinder ( Finder $finder, string $prepend ) Generates symlinks from a Finder object.
filterNestedPaths ( Finder $finder, string $prepend ) : Symfony\Component\Finder\SplFileInfo[] Filters nested paths so only the top folder is symlinked.
findIn ( string $path ) : Finder Returns a finder instance to find files in the given path.
generateSymlinks ( ) Generates the symlinks in the web directory.
symlink ( string $target, string $link ) Generates a symlink.
symlinkFiles ( string $uploadPath ) Creates the file symlinks.
symlinkModules ( ) Creates symlinks for the public module subfolders.
symlinkThemes ( ) Creates the theme symlinks.

Описание методов

configure() защищенный Метод

protected configure ( )

executeLocked() защищенный Метод

protected executeLocked ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface