Documentation

CompiledClass
in package

FinalYes
Tags
phpstan-type

Bindings array<string, list<(MethodInterceptor|string)>>

Table of Contents

Properties

$bindings  : array<string|int, mixed>
$className  : string

Methods

__construct()  : mixed
Create a new instance.
getBindings()  : Bindings
Get the bindings.
getClassName()  : class-string
Get the class name.

Properties

$bindings read-only

private array<string|int, mixed> $bindings

Methods

__construct()

Create a new instance.

public __construct(class-string $className, Bindings $bindings) : mixed
Parameters
$className : class-string

The class name

$bindings : Bindings

The bindings

getBindings()

Get the bindings.

public getBindings() : Bindings
Return values
Bindings

The bindings

getClassName()

Get the class name.

public getClassName() : class-string
Return values
class-string

The class name


        
On this page

Search results