Page MenuHomePhabricator

AphrontAutoIDView.php
No OneTemporary

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

Event Timeline