Elementor\Plugin::__clone PHP Метод

__clone() публичный Метод

The whole idea of the singleton design pattern is that there is a single object therefore, we don't want the object to be cloned.
С версии: 1.0.0
public __clone ( ) : void
Результат void
    public function __clone()
    {
        // Cloning instances of the class is forbidden
        _doing_it_wrong(__FUNCTION__, __('Cheatin’ huh?', 'elementor'), '1.0.0');
    }