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 Orion\Drivers\Standard; class SearchBuilder implements \Orion\Contracts\..

Decoded Output download

<?php

namespace Orion\Drivers\Standard;

class SearchBuilder implements \Orion\Contracts\SearchBuilder
{
    /**
     * @var array
     */
    private $searchableBy;

    public function __construct(array $searchableBy)
    {
        $this->searchableBy = $searchableBy;
    }

    public function searchableBy(): array
    {
        return $this->searchableBy;
    }
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Orion\Drivers\Standard;

class SearchBuilder implements \Orion\Contracts\SearchBuilder
{
    /**
     * @var array
     */
    private $searchableBy;

    public function __construct(array $searchableBy)
    {
        $this->searchableBy = $searchableBy;
    }

    public function searchableBy(): array
    {
        return $this->searchableBy;
    }
}

Function Calls

None

Variables

None

Stats

MD5 22be7658d844f60fab9f23dbd728c815
Eval Count 0
Decode Time 82 ms