Page MenuHomec4science

PhabricatorOldWorldContentSource.php
No OneTemporary

File Metadata

Created
Fri, Jul 12, 14:12

PhabricatorOldWorldContentSource.php

<?php
final class PhabricatorOldWorldContentSource
extends PhabricatorContentSource {
const SOURCECONST = 'legacy';
public function getSourceName() {
return pht('Old World');
}
public function getSourceDescription() {
return pht(
'Content from the distant past, before content sources existed.');
}
}

Event Timeline