function space::__construct in Spaces 7
Same name and namespace in other branches
- 5.2 spaces.module \space::__construct()
- 6.3 plugins/space.inc \space::__construct()
- 6 spaces.module \space::__construct()
- 6.2 spaces.module \space::__construct()
- 7.3 plugins/space.inc \space::__construct()
Constructor.
File
- plugins/
space.inc, line 21
Class
- space
- Base class describing a space.
Code
function __construct($type, $id = NULL) {
$this->type = $type;
$this->id = $id;
$this
->get_controllers();
}