You are here

public property PartyHat::$data in Party 8.2

Same name and namespace in other branches
  1. 7 modules/party_hat/includes/party_hat.entity.inc \PartyHat::data

A serialized array of hat settings.

This array contains:

  • dat_sets: An array settings keyed by data set name.

    • has: Whether or not this data set is allowed.
    • multiple: Whether or not this data set is allowed multiple.

Type: string

File

modules/party_hat/includes/party_hat.entity.inc, line 64
Contains the controller classes for Party entities.

Class

PartyHat
The class used for hat entities.

Code

public $data;