Method | Description | |
---|---|---|
composer ( CommandEvent $event ) | ||
insertAdmin ( $username, $email, $password ) | ||
insertRoles ( Symfony\Component\Console\Output\OutputInterface $output ) |
Method | Description | |
---|---|---|
configure ( ) | ||
createDefaultPages ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
executeCommand ( CommandEvent $event, $appDir, $cmd, $timeout = 300 ) | ||
fixAcls ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
getOptions ( CommandEvent $event ) | ||
getPhp ( ) | ||
insertAcls ( ) | ||
printWelcome ( ) |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected static executeCommand ( CommandEvent $event, $appDir, $cmd, $timeout = 300 ) | ||
$event | CommandEvent |
protected fixAcls ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
protected static getOptions ( CommandEvent $event ) | ||
$event | CommandEvent |
public insertAdmin ( $username, $email, $password ) | ||
$username | ||
$password |
public insertRoles ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |