direction-strategy.php 198 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <?php interface P2P_Direction_Strategy { function get_arrow(); function choose_direction( $direction ); function directions_for_admin( $direction, $show_ui ); function get_directed_class(); }