public function Gardener::getId in Backup and migrate prune 7
Same name and namespace in other branches
- 7.2 class/Gardener.php \Gardener::getId()
 
Get the id for the current gardener
Return value
The numeric id
3 calls to Gardener::getId()
- Gardener::getCoworkers in class/
Gardener.php  - Get all gardeners associated with the destination of the current gardener
 - Gardener::isNew in class/
Gardener.php  - This method tells if the gardener is new and has not yet been persisted in the database
 - Gardener::save in class/
Gardener.php  - Persist the settings for this gardener
 
File
- class/
Gardener.php, line 430  - Gardener class implementation file
 
Class
- Gardener
 - Gardener class implementation
 
Code
public function getId() {
  return $this->id;
}