Page MenuHomestyx hydra

PHUITextView.php
No OneTemporary

PHUITextView.php

<?php
final class PHUITextView extends AphrontTagView {
private $text;
public function setText($text) {
$this->appendChild($text);
return $this;
}
protected function getTagName() {
return 'span';
}
protected function getTagAttributes() {
require_celerity_resource('phui-text-css');
return array();
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Nov 26, 7:33 PM (16 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
355528
Default Alt Text
PHUITextView.php (341 B)

Event Timeline