Page MenuHomec4science

PhabricatorSlowvoteComment.php
No OneTemporary

File Metadata

Created
Sun, Jun 1, 00:31

PhabricatorSlowvoteComment.php

<?php
/**
* @group slowvote
*/
final class PhabricatorSlowvoteComment extends PhabricatorSlowvoteDAO {
protected $pollID;
protected $authorPHID;
protected $commentText;
}

Event Timeline