[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/oauthserver/ -> PhabricatorOAuthServerScope.php (summary)

(no description)

File Size: 106 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 7 functions

  getScopesDict()
  getCheckboxControl()
  getCheckboxLabel()
  getScopesFromRequest()
  validateScopesList()
  validateScopesDict()
  scopesListToDict()

Functions
Functions that are not part of a class:

getScopesDict()   X-Ref
No description

getCheckboxControl($current_scopes)   X-Ref
No description

getCheckboxLabel($scope)   X-Ref
No description

getScopesFromRequest(AphrontRequest $request)   X-Ref
No description

validateScopesList($scope_list)   X-Ref
A scopes list is considered valid if each scope is a known scope
and each scope is seen only once. Otherwise, the list is invalid.


validateScopesDict($scope_dict)   X-Ref
A scopes dictionary is considered valid if each key is a known scope.
Otherwise, the dictionary is invalid.


scopesListToDict($scope_list)   X-Ref
Transforms a space-delimited scopes list into a scopes dict. The list
should be validated by @{method:validateScopesList} before
transformation.




Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1