Page MenuHomec4science

ConduitAPI_slowvote_Method.php
No OneTemporary

File Metadata

Created
Tue, Jan 14, 04:02

ConduitAPI_slowvote_Method.php

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

Event Timeline