!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/nunomaduro/larastan/src/Contracts/Methods/   drwxr-xr-x
Free 13.17 GB of 57.97 GB (22.72%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     PassableContract.php (2.45 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/*
 * This file is part of PhpStorm.
 *
 * (c) Nuno Maduro <enunomaduro@gmail.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace NunoMaduro\Larastan\Contracts\Methods;

use 
Illuminate\Contracts\Container\Container as ContainerContract;
use 
PHPStan\Broker\Broker;
use 
PHPStan\Reflection\ClassReflection;
use 
PHPStan\Reflection\MethodReflection;
use 
PHPStan\Reflection\Php\PhpMethodReflectionFactory;

/**
 * @internal
 */
interface PassableContract
{
    
/**
     * @param \Illuminate\Contracts\Container\Container $container
     *
     * @return void
     */
    
public function setContainer(ContainerContract $container): void;

    
/**
     * @return \PHPStan\Reflection\ClassReflection
     */
    
public function getClassReflection(): ClassReflection;

    
/**
     * @param \PHPStan\Reflection\ClassReflection $classReflection
     *
     * @return PassableContract
     */
    
public function setClassReflection(ClassReflection $classReflection): PassableContract;

    
/**
     * @return string
     */
    
public function getMethodName(): string;

    
/**
     * @return bool
     */
    
public function hasFound(): bool;

    
/**
     * @param  string $class
     *
     * @return bool
     */
    
public function searchOn(string $class): bool;

    
/**
     * @return \PHPStan\Reflection\MethodReflection
     *
     * @throws \LogicException
     */
    
public function getMethodReflection(): MethodReflection;

    
/**
     * @param \PHPStan\Reflection\MethodReflection $methodReflection
     */
    
public function setMethodReflection(MethodReflection $methodReflection): void;

    
/**
     * Declares that the provided method can be called statically.
     *
     * @param bool $staticAllowed
     *
     * @return void
     */
    
public function setStaticAllowed(bool $staticAllowed): void;

    
/**
     * Returns whether the method can be called statically.
     *
     * @return bool
     */
    
public function isStaticAllowed(): bool;

    
/**
     * @param string $class
     * @param bool $staticAllowed
     *
     * @return bool
     */
    
public function sendToPipeline(string $class$staticAllowed false): bool;

    
/**
     * @return \PHPStan\Broker\Broker
     */
    
public function getBroker(): Broker;

    
/**
     * @return \PHPStan\Reflection\Php\PhpMethodReflectionFactory
     */
    
public function getMethodReflectionFactory(): PhpMethodReflectionFactory;
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0054 ]--