Page MenuHomec4science

PhabricatorTimelineDAO.php
No OneTemporary

File Metadata

Created
Thu, Oct 17, 09:21

PhabricatorTimelineDAO.php

<?php
abstract class PhabricatorTimelineDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'timeline';
}
}

Event Timeline