Easy_Digital_Downloads::__clone()

Throw error on object clone.


Description Description

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.


Return Return

(void)


Top ↑

Source Source

File: easy-digital-downloads.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.