You are here

function space::__construct in Spaces 6.2

Same name and namespace in other branches
  1. 5.2 spaces.module \space::__construct()
  2. 6.3 plugins/space.inc \space::__construct()
  3. 6 spaces.module \space::__construct()
  4. 7.3 plugins/space.inc \space::__construct()
  5. 7 plugins/space.inc \space::__construct()

Core API-related functions

File

./spaces.module, line 362

Class

space
Interface for space objects.

Code

function __construct($type, $sid = NULL, $is_active = FALSE);