Page MenuHomestyx hydra

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
Thu, Feb 6, 8:41 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33987
Default Alt Text
AphrontAutoIDView.php (226 B)

Event Timeline