Skip to content

StaticProxyAware

  • Full name: \Qubus\Inheritance\StaticProxyAware

Properties

instance

The stored singleton instance.

protected static self $instance
  • This property is static.

Methods

getInstance

Creates the original or retrieves the stored singleton instance.

public static getInstance(): self
  • This method is static.

Throws:


resetInstance

Reset the Container instance.

public static resetInstance(): void
  • This method is static.

__construct

The constructor is disabled.

public __construct(): mixed

Throws:

If called..


__clone

Cloning is disabled.

public __clone(): mixed

Throws:

If called.


__wakeup

Wakeup is disabled.

public __wakeup(): mixed

Throws:

If called.


unserialize

Unserialization is disabled.

public unserialize(array $serializedData): mixed

Parameters:

Parameter Type Description
$serializedData array

Throws:

If called.



Automatically generated on 2025-10-13