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 /** * Copyright Magento, Inc. All rights reserved. * See COPYING.txt for license ..
Decoded Output download
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Cms\Model\PageRepository;
use Magento\Cms\Api\Data\PageInterface;
use Magento\Framework\Exception\LocalizedException;
/**
* Validate a page repository
*
* @api
*/
interface ValidatorInterface
{
/**
* Assert the given page valid
*
* @param PageInterface $page
* @return void
* @throws LocalizedException
*/
public function validate(PageInterface $page): void;
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Cms\Model\PageRepository;
use Magento\Cms\Api\Data\PageInterface;
use Magento\Framework\Exception\LocalizedException;
/**
* Validate a page repository
*
* @api
*/
interface ValidatorInterface
{
/**
* Assert the given page valid
*
* @param PageInterface $page
* @return void
* @throws LocalizedException
*/
public function validate(PageInterface $page): void;
}
Function Calls
None |
Stats
MD5 | 8a49eccd3cfeaf3f46dca6ba68f2da41 |
Eval Count | 0 |
Decode Time | 109 ms |