Page MenuHomec4science

PonderVotableInterface.php
No OneTemporary

File Metadata

Created
Thu, Jan 23, 18:05

PonderVotableInterface.php

<?php
interface PonderVotableInterface {
public function getUserVoteEdgeType();
public function getVotablePHID();
}

Event Timeline