You are here

public property Party::$hidden in Party 7

Boolean indicating whether this party has been hidden.

Hiding a party provides a way to remove a party from the system without deleting and losing the data. An example of when you would hide a party is on merging, where you would hide the party that is no longer used. This is then completely hidden from all normal system processes, but it still exists and can be loaded, for example to find out what party it has been merged with.

Type: boolean

File

includes/party.entity.inc, line 294
Contains the controller classes for Party entities.

Class

Party
The class used for party entities.

Code

public $hidden;