N98\Magento\Command\Admin\User\ChangeStatusCommand::configure PHP Метод

configure() защищенный Метод

protected configure ( )
    protected function configure()
    {
        $this->setName('admin:user:change-status')->addArgument('id', InputArgument::OPTIONAL, 'Username or Email')->addOption('activate', null, InputOption::VALUE_NONE, 'Activate user')->addOption('deactivate', null, InputOption::VALUE_NONE, 'Deactivate user')->setDescription('Set active status of an adminhtml user. If no option is set the status will be toggled.');
    }
ChangeStatusCommand