FOS\UserBundle\Command\InstallAcesCommand::configure PHP Method

configure() protected method

See also: Command
protected configure ( )
    protected function configure()
    {
        $this->setName('fos:user:installAces')->setDescription('Installs global ACEs')->setHelp(<<<EOT
This command should be run once during the installation process of the entire bundle.
EOT
);
    }
InstallAcesCommand