Page MenuHomec4science

ConduitAPI_chatlog_Method.php
No OneTemporary

File Metadata

Created
Mon, Mar 10, 13:44

ConduitAPI_chatlog_Method.php

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

Event Timeline