Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F436573
PhabricatorGuideWelcomeModule.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
895 B
Referenced Files
None
Subscribers
None
PhabricatorGuideWelcomeModule.php
View Options
<?php
final
class
PhabricatorGuideWelcomeModule
extends
PhabricatorGuideModule
{
public
function
getModuleKey
()
{
return
'welcome'
;
}
public
function
getModuleName
()
{
return
pht
(
'Welcome'
);
}
public
function
getModulePosition
()
{
return
10
;
}
public
function
renderModuleStatus
(
AphrontRequest
$request
)
{
$viewer
=
$request
->
getViewer
();
$content
=
pht
(
'You have successfully installed Phabricator. These next guides will '
.
'take you through configuration and new user orientation. '
.
'These steps are optional, and you can go through them in any order. '
.
'If you want to get back to this guide later on, you can find it in '
.
'the **Config** application under **Welcome Guide**.'
);
$content
=
new
PHUIRemarkupView
(
$viewer
,
$content
);
return
id
(
new
PHUIDocumentViewPro
())
->
appendChild
(
$content
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 3, 11:56 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
62799
Default Alt Text
PhabricatorGuideWelcomeModule.php (895 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment