}
/**
- * Return the command name
- *
* {@inheritdoc}
+ *
+ * Return the command name
*/
public function getName(): string {
//With namespace
use Rapsys\PackBundle\Command;
/**
- * Shuffle printable character range
- *
* {@inheritdoc}
+ *
+ * Shuffle printable character range
*/
class RangeCommand extends Command {
/**
}
/**
- * Output a shuffled printable characters range
- *
* {@inheritdoc}
+ *
+ * Output a shuffled printable characters range
*/
protected function execute(InputInterface $input, OutputInterface $output): int {
//Printable character range
use Rapsys\PackBundle\RapsysPackBundle;
/**
+ * {@inheritdoc}
+ *
* This is the class that validates and merges configuration from your app/config files.
*
* @link http://symfony.com/doc/current/cookbook/bundles/configuration.html
- *
- * {@inheritdoc}
*/
class Configuration implements ConfigurationInterface {
/**
*/
class PackExtension extends AbstractExtension {
/**
- * @link https://twig.symfony.com/doc/2.x/advanced.html
- *
* {@inheritdoc}
+ *
+ * @link https://twig.symfony.com/doc/2.x/advanced.html
*/
public function __construct(protected IntlUtil $intl, protected FileLocator $locator, protected PackageInterface $package, protected SluggerUtil $slugger, protected array $parameters) {
}
}
/**
- * Build form
- *
* {@inheritdoc}
+ *
+ * Build form
*/
public function buildForm(FormBuilderInterface $builder, array $options): void {
//Set captcha
}
/**
+ * {@inheritdoc}
+ *
* Returns an absolute or root-relative public path
*
* Transform @BundleBundle to bundle and remove /Resources/public fragment from path
* @link https://symfony.com/doc/current/bundles.html#overridding-the-bundle-directory-structure
* @see vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php +113
* @see vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php +141
- *
- * {@inheritdoc}
*/
public function getUrl(string $path): string {
//Match url starting with a bundle name