File path: dist/twist/Classes/Instance.class.php
Namespace: Twist\Classes
removeObject
— Removes the object from the instance holder and destroys the object.
Name | Description |
---|---|
$strObjectKey | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strObjectKey = 'foo';
//Call the function removeObject with the example vars
\Twist\Classes\Instance::removeObject($strObjectKey);