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 Livewire\Features\SupportPagination; use Livewire\Features\SupportQueryS..
Decoded Output download
<?php
namespace Livewire\Features\SupportPagination;
use Livewire\Features\SupportQueryString\BaseUrl;
#[\Attribute]
class PaginationUrl extends BaseUrl
{
// In the case of Lazy components, the paginator won't resolve and initialize
// until the subsequent request. Therefore, we need to override "dehydrate"
// so its not blocked on a subsequent request by the "mounting" condition
public function dehydrate($context)
{
$this->pushQueryStringEffect($context);
}
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Livewire\Features\SupportPagination;
use Livewire\Features\SupportQueryString\BaseUrl;
#[\Attribute]
class PaginationUrl extends BaseUrl
{
// In the case of Lazy components, the paginator won't resolve and initialize
// until the subsequent request. Therefore, we need to override "dehydrate"
// so its not blocked on a subsequent request by the "mounting" condition
public function dehydrate($context)
{
$this->pushQueryStringEffect($context);
}
}
Function Calls
None |
Stats
MD5 | d4ba9e5d17128e2b9e0e5f99189fc693 |
Eval Count | 0 |
Decode Time | 92 ms |