File path: dist/twist/Classes/Instance.class.php
Namespace: Twist\Classes
isObject
— Detect if and object Key has been stored.
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 isObject with the example vars
\Twist\Classes\Instance::isObject($strObjectKey);