Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php declare(strict_types=1); /** * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nex..

Decoded Output download

<?php

declare(strict_types=1);
/**
 * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
namespace OCP\Dashboard;

use OCP\Dashboard\Model\WidgetOptions;

/**
 * Allow getting widget options
 *
 * @since 25.0.0
 */
interface IOptionWidget extends IWidget {
	/**
	 * Get additional options for the widget
	 * @since 25.0.0
	 */
	public function getWidgetOptions(): WidgetOptions;
}
 ?>

Did this file decode correctly?

Original Code

<?php

declare(strict_types=1);
/**
 * SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
namespace OCP\Dashboard;

use OCP\Dashboard\Model\WidgetOptions;

/**
 * Allow getting widget options
 *
 * @since 25.0.0
 */
interface IOptionWidget extends IWidget {
	/**
	 * Get additional options for the widget
	 * @since 25.0.0
	 */
	public function getWidgetOptions(): WidgetOptions;
}

Function Calls

None

Variables

None

Stats

MD5 2869defb3152019ba9fffc8ebe600e76
Eval Count 0
Decode Time 89 ms