File path: dist/twist/Classes/Instance.class.php
Namespace: Twist\Classes
retrieveObject
— Returns an object/resource using its object key.
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 retrieveObject with the example vars
\Twist\Classes\Instance::retrieveObject($strObjectKey);