Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891549
ArcanistAliasEffect.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
ArcanistAliasEffect.php
View Options
<?php
final
class
ArcanistAliasEffect
extends
Phobject
{
private
$type
;
private
$command
;
private
$arguments
;
private
$message
;
const
EFFECT_MISCONFIGURATION
=
'misconfiguration'
;
const
EFFECT_SHELL
=
'shell'
;
const
EFFECT_RESOLUTION
=
'resolution'
;
const
EFFECT_SUGGEST
=
'suggest'
;
const
EFFECT_OVERRIDDE
=
'override'
;
const
EFFECT_ALIAS
=
'alias'
;
const
EFFECT_NOTFOUND
=
'not-found'
;
const
EFFECT_CYCLE
=
'cycle'
;
const
EFFECT_STACK
=
'stack'
;
const
EFFECT_IGNORED
=
'ignored'
;
public
function
setType
(
$type
)
{
$this
->
type
=
$type
;
return
$this
;
}
public
function
getType
(
)
{
return
$this
->
type
;
}
public
function
setCommand
(
$command
)
{
$this
->
command
=
$command
;
return
$this
;
}
public
function
getCommand
(
)
{
return
$this
->
command
;
}
public
function
setArguments
(
array
$arguments
)
{
$this
->
arguments
=
$arguments
;
return
$this
;
}
public
function
getArguments
(
)
{
return
$this
->
arguments
;
}
public
function
setMessage
(
$message
)
{
$this
->
message
=
$message
;
return
$this
;
}
public
function
getMessage
(
)
{
return
$this
->
message
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 15:21 (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113723
Default Alt Text
ArcanistAliasEffect.php (1 KB)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment