Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F540418
PhabricatorAuthProvidersGuidanceContext.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
306 B
Referenced Files
None
Subscribers
None
PhabricatorAuthProvidersGuidanceContext.php
View Options
<?php
final
class
PhabricatorAuthProvidersGuidanceContext
extends
PhabricatorGuidanceContext
{
private
$canManage
=
false
;
public
function
setCanManage
(
$can_manage
)
{
$this
->
canManage
=
$can_manage
;
return
$this
;
}
public
function
getCanManage
()
{
return
$this
->
canManage
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 9:37 AM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
120580
Default Alt Text
PhabricatorAuthProvidersGuidanceContext.php (306 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment