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 namespace PowerComponents\LivewirePowerGrid\Tests\Concerns\Components; use PowerCo..

Decoded Output download

<?php

namespace PowerComponents\LivewirePowerGrid\Tests\Concerns\Components;

use PowerComponents\LivewirePowerGrid\Footer;

class DishesCustomPageNameTable extends DishTableBase
{
    public string $pageNameCandidate;

    public function setUp(): array
    {
        return [...parent::setup(),
            Footer::make()
                ->showPerPage()
                ->showRecordCount()
                ->pageName($this->pageNameCandidate),
        ];
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace PowerComponents\LivewirePowerGrid\Tests\Concerns\Components;

use PowerComponents\LivewirePowerGrid\Footer;

class DishesCustomPageNameTable extends DishTableBase
{
    public string $pageNameCandidate;

    public function setUp(): array
    {
        return [...parent::setup(),
            Footer::make()
                ->showPerPage()
                ->showRecordCount()
                ->pageName($this->pageNameCandidate),
        ];
    }
}

Function Calls

None

Variables

None

Stats

MD5 7989be4240820bde6958b423c6858e3d
Eval Count 0
Decode Time 88 ms