Page MenuHomePhorge

AphrontAutoIDView.php
No OneTemporary

Size
226 B
Referenced Files
None
Subscribers
None

AphrontAutoIDView.php

<?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

Mime Type
text/x-php
Expires
Tue, Jun 17, 4:16 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
215138
Default Alt Text
AphrontAutoIDView.php (226 B)

Event Timeline