Hi!

Dawid Pacholczyk wrote:
I`m using ext_autoload with t3lib_div::makeInstance to create an
instance of some object.

I want to - after operations that i need to invoke - destroy the object.
Is there some smooth way to do that ?

In PHP objects are destroyed when they go out of scope or when you use unset($object).

--
Dmitry Dulepov
TYPO3 core&security team member
E-mail: dmitry.dule...@typo3.org
Web: http://dmitry-dulepov.com/
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to