Page MenuHomePhorge

PhabricatorWebContentSource.php
No OneTemporary

PhabricatorWebContentSource.php

<?php
final class PhabricatorWebContentSource
extends PhabricatorContentSource {
const SOURCECONST = 'web';
public function getSourceName() {
return pht('Web');
}
public function getSourceDescription() {
return pht('Content created from the web UI.');
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Mar 27, 02:02 (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1199369
Default Alt Text
PhabricatorWebContentSource.php (281 B)

Event Timeline