Preference
class Preference
Read and write site preferences to the database.
Methods
__construct(Database $database, CriteriaFactory $criteriaFactory, Preference $preference, Cache $cache)
Constructor.
bool
update()
Update site preferences.
preference()
Return instance of the site preferences class.
Details
at line 46
__construct(Database $database, CriteriaFactory $criteriaFactory, Preference $preference, Cache $cache)
Constructor.
at line 66
bool
update()
Update site preferences.
at line 109
Preference
preference()
Return instance of the site preferences class.