Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894821
ArcanistLandSymbol.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
409 B
Referenced Files
None
Subscribers
None
ArcanistLandSymbol.php
View Options
<?php
final
class
ArcanistLandSymbol
extends
Phobject
{
private
$symbol
;
private
$commit
;
public
function
setSymbol
(
$symbol
)
{
$this
->
symbol
=
$symbol
;
return
$this
;
}
public
function
getSymbol
(
)
{
return
$this
->
symbol
;
}
public
function
setCommit
(
$commit
)
{
$this
->
commit
=
$commit
;
return
$this
;
}
public
function
getCommit
(
)
{
return
$this
->
commit
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 20:32 (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113546
Default Alt Text
ArcanistLandSymbol.php (409 B)
Attached To
Mode
rARC Arcanist
Attached
Detach File
Event Timeline
Log In to Comment