Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F549278
PhabricatorTransactionWarning.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
PhabricatorTransactionWarning.php
View Options
<?php
final
class
PhabricatorTransactionWarning
extends
Phobject
{
private
$titleText
;
private
$continueActionText
;
private
$cancelActionText
;
private
$warningParagraphs
=
array
();
public
function
setTitleText
(
$title_text
)
{
$this
->
titleText
=
$title_text
;
return
$this
;
}
public
function
getTitleText
()
{
return
$this
->
titleText
;
}
public
function
setContinueActionText
(
$continue_action_text
)
{
$this
->
continueActionText
=
$continue_action_text
;
return
$this
;
}
public
function
getContinueActionText
()
{
return
$this
->
continueActionText
;
}
public
function
setCancelActionText
(
$cancel_action_text
)
{
$this
->
cancelActionText
=
$cancel_action_text
;
return
$this
;
}
public
function
getCancelActionText
()
{
return
$this
->
cancelActionText
;
}
public
function
setWarningParagraphs
(
array
$warning_paragraphs
)
{
$this
->
warningParagraphs
=
$warning_paragraphs
;
return
$this
;
}
public
function
getWarningParagraphs
()
{
return
$this
->
warningParagraphs
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, May 12, 2:05 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
103617
Default Alt Text
PhabricatorTransactionWarning.php (1 KB)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment