You are here

function space::admin_access in Spaces 6.2

Same name and namespace in other branches
  1. 5.2 spaces.module \space::admin_access()
  2. 6 spaces.module \space::admin_access()

Method that provides a space-type specific check for whether the the space can be administered by the current user.

Return value

bool TRUE if the user has admin access to this space. FALSE if not.

File

./spaces.module, line 413

Class

space
Interface for space objects.

Code

function admin_access();