Page MenuHomePhabricator
Diviner Phabricator Tech Docs PhabricatorSpacesNamespaceQuery

final class PhabricatorSpacesNamespaceQuery
Phabricator Technical Documentation (Spaces)

This class is not documented.

Methods

public function withIDs($ids)

This method is not documented.
Parameters
array$ids
Return
wild

public function withPHIDs($phids)

This method is not documented.
Parameters
array$phids
Return
wild

public function withIsDefaultNamespace($default)

This method is not documented.
Parameters
$default
Return
wild

public function withIsArchived($archived)

This method is not documented.
Parameters
$archived
Return
wild

public function getQueryApplicationClass()

This method is not documented.
Return
wild

protected function loadPage()

This method is not documented.
Return
wild

protected function buildWhereClauseParts($conn)

This method is not documented.
Parameters
AphrontDatabaseConnection$conn
Return
wild

public static function destroySpacesCache()

This method is not documented.
Return
wild

public static function getSpacesExist()

This method is not documented.
Return
wild

public static function getViewerSpacesExist($viewer)

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

public static function getAllSpaces()

This method is not documented.
Return
wild

public static function getDefaultSpace()

This method is not documented.
Return
wild

public static function getViewerSpaces($viewer)

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

public static function getViewerActiveSpaces($viewer)

This method is not documented.
Parameters
PhabricatorUser$viewer
Return
wild

public static function getSpaceOptionsForViewer($viewer, $space_phid)

This method is not documented.
Parameters
PhabricatorUser$viewer
$space_phid
Return
wild

public static function getObjectSpacePHID($object)

Get the Space PHID for an object, if one exists.

This is intended to simplify performing a bunch of redundant checks; you can intentionally pass any value in (including null).

Parameters
wild$object
Return
phid|null