TwistPHP Documentation

isObject

File path: dist/twist/Classes/Instance.class.php
Namespace: Twist\Classes
Extends:

isObjectDetect if and object Key has been stored.

Parameters

Name Type Description
$strObjectKeystringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strObjectKey 'foo';

//Call the function isObject with the example vars
\Twist\Classes\Instance::isObject($strObjectKey);