Page MenuHomec4science

ChatLogConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Fri, Apr 25, 02:19

ChatLogConduitAPIMethod.php

<?php
abstract class ChatLogConduitAPIMethod extends ConduitAPIMethod {
final public function getApplication() {
return PhabricatorApplication::getByClass('PhabricatorChatLogApplication');
}
}

Event Timeline