Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F539310
PhabricatorOAuthServerScope.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
392 B
Referenced Files
None
Subscribers
None
PhabricatorOAuthServerScope.php
View Options
<?php
final
class
PhabricatorOAuthServerScope
extends
Phobject
{
public
static
function
getScopeMap
()
{
return
array
();
}
public
static
function
filterScope
(
array
$scope
)
{
$valid_scopes
=
self
::
getScopeMap
();
foreach
(
$scope
as
$key
=>
$scope_item
)
{
if
(!
isset
(
$valid_scopes
[
$scope_item
]))
{
unset
(
$scope
[
$key
]);
}
}
return
$scope
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 9:08 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
98368
Default Alt Text
PhabricatorOAuthServerScope.php (392 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment