Page MenuHomePhorge

PHUITextView.php
No OneTemporary

Size
335 B
Referenced Files
None
Subscribers
None

PHUITextView.php

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

File Metadata

Mime Type
text/x-php
Expires
Mon, May 5, 12:20 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
71471
Default Alt Text
PHUITextView.php (335 B)

Event Timeline