Page MenuHomec4science

PhabricatorSlowvoteChoice.php
No OneTemporary

File Metadata

Created
Sun, Jun 1, 16:08

PhabricatorSlowvoteChoice.php

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

Event Timeline