PHP 클래스 Contao\CoreBundle\Command\SymlinksCommand

상속: extends AbstractLockedCommand
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

보호된 메소드들

메소드 설명
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