Summary
- File
- Package hierarchy PHPBoost\Config
- Class hierarchy \AbstractConfigData \WritingPadConfig
This class contains the content of the writing pad which is on the home page of the administration panel.
This class contains the content of the writing pad which is on the home page of the administration panel.
__construct()
Constructs a AbstractConfigData object
None found |
synchronize()
This method is not used in the configuration context.
{@inheritdoc}
None found |
set_default_values()
Redefine this method if you want to avoid getting errors while asking values.
If some entries doesn't exist, they can be created here.
None found |
get_property(string $name) : string
Reads a property's value.
string | $name | Name of the property to read |
the read value
None found |
set_property(string $name, string $value)
Sets a property value. If the property exists, it overrides its value, otherwise, it creates an entry for this property.
string | $name | Name of the property |
string | $value | Value of the property |
None found |
get_default_values() : \string[mixed]
Returns a map associating to each property name the corresponding default value
None found |
set_content(string $content)
Sets the content of the writing pad
string | $content | The content |
None found |
get_content() : string
Returns the content of the writing pad
its content
None found |
load() : \WritingPadConfig
Returs the configuration.
The configuration
None found |
save()
Saves the configuration
None found |
get_default_value( $property)
$property |
None found |
$properties_map :
None found |