Property | Type | Description | |
---|---|---|---|
$data_store |
Property | Type | Description | |
---|---|---|---|
$cache_group | see WC_Data | ||
$data | Data array |
Method | Description | |
---|---|---|
__construct ( $id = '' ) | Simple read. | |
get_bool_value ( string $context = 'view' ) : boolean | Simple get bool value. | |
get_content ( string $context = 'view' ) : string | Simple get content. | |
get_data ( ) : array | Simple get data as array. | |
save ( ) | Simple save. | |
set_bool_value ( $value ) : boolean | Simple set bool value. | |
set_content ( string $content ) | Simple set content. |
public get_bool_value ( string $context = 'view' ) : boolean | ||
$context | string | |
return | boolean |
public get_content ( string $context = 'view' ) : string | ||
$context | string | |
return | string |
public set_bool_value ( $value ) : boolean | ||
return | boolean |
public set_content ( string $content ) | ||
$content | string |