function space::__construct in Spaces 7.3
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 plugins/space.inc \space::__construct()
Constructor.
1 call to space::__construct()
- space_og::__construct in spaces_og/
plugins/ space_og.inc - Constructor.
1 method overrides space::__construct()
- space_og::__construct in spaces_og/
plugins/ space_og.inc - 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();
}