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 Magefan ([email protected]). All rights reserved. * Please visi..

Decoded Output download

<?php
/**
 * Copyright  Magefan ([email protected]). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

declare(strict_types=1);

namespace Magefan\HtmlSitemap\Block\Index\Catalog;

use Magefan\HtmlSitemap\Block\Catalog\AbstractCategories;

class Categories extends AbstractCategories
{
    use \Magefan\HtmlSitemap\Block\Index\Block;

    /**
     * @return int
     */
    protected function getMaxDepth(): int
    {
        return (int)$this->config->getBlockMaxDepth($this->type);
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Copyright  Magefan ([email protected]). All rights reserved.
 * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
 *
 * Glory to Ukraine! Glory to the heroes!
 */

declare(strict_types=1);

namespace Magefan\HtmlSitemap\Block\Index\Catalog;

use Magefan\HtmlSitemap\Block\Catalog\AbstractCategories;

class Categories extends AbstractCategories
{
    use \Magefan\HtmlSitemap\Block\Index\Block;

    /**
     * @return int
     */
    protected function getMaxDepth(): int
    {
        return (int)$this->config->getBlockMaxDepth($this->type);
    }
}

Function Calls

None

Variables

None

Stats

MD5 39cb1702a13df8e4ad2b35b37cc30a0e
Eval Count 0
Decode Time 101 ms