Page MenuHomec4science

PhabricatorOldWorldContentSource.php
No OneTemporary

File Metadata

Created
Fri, Jul 26, 09:29

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