<?php

interface PonderVotableInterface {

  public function getUserVoteEdgeType();
  public function getVotablePHID();

}
