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
Tue, Mar 17, 1:26 AM (14 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
964091
Default Alt Text
AphrontAutoIDView.php (226 B)

Event Timeline