Page MenuHomec4science

ChatLogConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Sat, Jan 11, 05:35

ChatLogConduitAPIMethod.php

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

Event Timeline