Previous Page
__get()

Solar_Model_Nodes_Bookmarks_Collection
__isset()

Next Page
__set()

__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.