public function MostPopularService::MostPopularService in Drupal Most Popular 6
Same name and namespace in other branches
- 7 classes/services.php \MostPopularService::MostPopularService()
Constructs a new service with the given values.
Parameters
array|object $object: An object containing the values to include.
File
- classes/
services.php, line 45 - Defines a wrapper for the mostpopular_services table.
Class
- MostPopularService
- @file Defines a wrapper for the mostpopular_services table.
Code
public function MostPopularService($object) {
$this
->update($object);
}