Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1170490
UserRegistrationPage.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Sep 27, 1:09 PM
Size
326 B
Mime Type
text/x-php
Expires
Mon, Sep 29, 1:09 PM (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
758436
Attached To
rMCUS Modules.Custom
UserRegistrationPage.php
View Options
<?php
use
QATools\QATools\HtmlElements\Element\Button
;
/**
* @page-url('platform/login/register', 'params' => array('p1' => 'v1'))
*/
final
class
UserRegistrationPage
extends
Page
{
/**
* Registration button.
*
* @var Button
* @find-by('name' => 'events[u.login-sidebox][OnLogin]')
*/
public
$loginButton
;
}
Event Timeline
Log In to Comment