public function Gardener::setDateReference in Backup and migrate prune 7
Same name and namespace in other branches
- 7.2 class/Gardener.php \Gardener::setDateReference()
Sets the Gardener::date_reference property.
Parameters
$datetime_string: String containing the date to be set
File
- class/
Gardener.php, line 67 - Gardener class implementation file
Class
- Gardener
- Gardener class implementation
Code
public function setDateReference($datetime_string) {
$this->date_reference = $datetime_string;
}