public function DataHandler::__get in Data 8
Same name and namespace in other branches
- 6 includes/DataHandler.inc \DataHandler::__get()
- 7 includes/DataHandler.inc \DataHandler::__get()
Getter.
File
- includes/
DataHandler.inc, line 40 - Definition of TableFactory 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};
}