Page MenuHomePhorge

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

Event Timeline