WeakReference::__construct

WeakReference::__constructConstructor that disallows instantiation

Description

public WeakReference::__construct()

This method exists only to disallow instantiation of the WeakReference class. Weak references are to be instantiated with the factory method WeakReference::create().

Parameters

This function has no parameters.

See Also