Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891886
AphrontAutoIDView.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
226 B
Referenced Files
None
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
Sun, Jan 19, 15:53 (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1109312
Default Alt Text
AphrontAutoIDView.php (226 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment