public function DataHandler::__get in Data 6
Same name and namespace in other branches
- 8 includes/DataHandler.inc \DataHandler::__get()
- 7 includes/DataHandler.inc \DataHandler::__get()
Getter.
File
- includes/
DataHandler.inc, line 40 - Definition of DataHandler class.
Class
- DataHandler
- Simple access methods to table data. Can be used on any table, not just Data managed tables.
Code
public function __get($name) {
return $this->{$name};
}