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

resetInstance

Reset the Container instance.

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

__construct

The constructor is disabled.

public __construct(): mixed

Throws:

If called.. - RuntimeException


__clone

Cloning is disabled.

public __clone(): mixed

Throws:

If called. - RuntimeException


__wakeup

Wakeup is disabled.

public __wakeup(): mixed

Throws:

If called. - RuntimeException


unserialize

Unserialization is disabled.

public unserialize(array $serializedData): mixed

Parameters:

Parameter Type Description
$serializedData array

Throws:

If called. - RuntimeException