WeakReference::__construct

(PHP 7 >= 7.4.0)

WeakReference::__constructConstructor that disallows instantiation

Descripción

public WeakReference::__construct ( void )

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

Parámetros

Esta función no tiene parámetros.

Ver también