|
Previous Page |
Solar_Model_Areas_Collection |
Next Page |
__isset()
public
void
__isset (
string $key
)
Does a certain key exist in the data?
Inherited from Solar_Struct.
Parameters
- (string)
$key: The requested data key.
Returns
- (void)
Description
Does a certain key exist in the data?
Note that this is slightly different from normal PHP isset(); it will say the key is set, even if the key value is null or otherwise empty.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __get()
- __isset()
- __set()
- __unset()
- _exception()
- _postDelete()
- _postSave()
- _preDelete()
- _preSave()
- apiVersion()
- count()
- current()
- delete()
- dump()
- getModel()
- key()
- load()
- loadRelated()
- locale()
- next()
- offsetExists()
- offsetGet()
- offsetSet()
- offsetUnset()
- rewind()
- save()
- setModel()
- toArray()
- valid()