Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1080985
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, Aug 2, 3:34 PM
Size
326 B
Mime Type
text/x-php
Expires
Mon, Aug 4, 3:34 PM (2 h, 30 m)
Engine
blob
Format
Raw Data
Handle
701604
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