Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
| 123456789 |
- <?php
-
- interface P2P_Direction_Strategy {
- function get_arrow();
- function choose_direction( $direction );
- function directions_for_admin( $direction, $show_ui );
- function get_directed_class();
- }
|