Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F548308
PhabricatorAuthChallengeUpdate.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
760 B
Referenced Files
None
Subscribers
None
PhabricatorAuthChallengeUpdate.php
View Options
<?php
final
class
PhabricatorAuthChallengeUpdate
extends
Phobject
{
private
$retry
=
false
;
private
$state
;
private
$markup
;
public
function
setRetry
(
$retry
)
{
$this
->
retry
=
$retry
;
return
$this
;
}
public
function
getRetry
()
{
return
$this
->
retry
;
}
public
function
setState
(
$state
)
{
$this
->
state
=
$state
;
return
$this
;
}
public
function
getState
()
{
return
$this
->
state
;
}
public
function
setMarkup
(
$markup
)
{
$this
->
markup
=
$markup
;
return
$this
;
}
public
function
getMarkup
()
{
return
$this
->
markup
;
}
public
function
newContent
()
{
return
array
(
'retry'
=>
$this
->
getRetry
(),
'state'
=>
$this
->
getState
(),
'markup'
=>
$this
->
getMarkup
(),
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 1:47 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
114025
Default Alt Text
PhabricatorAuthChallengeUpdate.php (760 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment