| 1 | <?php |
||
| 19 | class ActorJsonFixtures extends JsonFixtures |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Loads an agent. |
||
| 23 | * |
||
| 24 | * @return string |
||
| 25 | */ |
||
| 26 | public static function getAgent() |
||
| 30 | |||
| 31 | /** |
||
| 32 | * Loads an agent without an object type reference included. |
||
| 33 | * |
||
| 34 | * @return string |
||
| 35 | */ |
||
| 36 | public static function getAgentWithoutObjectType() |
||
| 40 | |||
| 41 | /** |
||
| 42 | * Loads a group. |
||
| 43 | * |
||
| 44 | * @return string |
||
| 45 | */ |
||
| 46 | public static function getGroup() |
||
| 50 | |||
| 51 | /** |
||
| 52 | * Loads an anonymous group. |
||
| 53 | * |
||
| 54 | * @return string |
||
| 55 | */ |
||
| 56 | public static function getAnonymousGroup() |
||
| 60 | } |
||
| 61 |