Pimcore\Console\Command\InternalNewsletterDocumentSendCommand::configure PHP Method

configure() protected method

protected configure ( )
    protected function configure()
    {
        $this->setName('internal:newsletter-document-send')->setDescription('For internal use only')->addArgument("sendingId")->addArgument("hostUrl");
    }