Page MenuHomec4science

PhabricatorWebContentSource.php
No OneTemporary

File Metadata

Created
Wed, Jul 3, 12:45

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.');
}
}

Event Timeline