Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F8898049
AphrontAutoIDView.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
226 B
Subscribers
None
AphrontAutoIDView.php
View Options
<?php
abstract
class
AphrontAutoIDView
extends
AphrontView
{
private
$id
;
final
public
function
getID
()
{
if
(!
$this
->
id
)
{
$this
->
id
=
celerity_generate_unique_node_id
();
}
return
$this
->
id
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jun 11, 6:09 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
3392731
Default Alt Text
AphrontAutoIDView.php (226 B)
Attached To
rP Phabricator
Event Timeline
Log In to Comment