1 | <?php |
||
15 | abstract class WordPoints_Entity_Stored_Array |
||
16 | extends WordPoints_Entity |
||
17 | implements WordPoints_Entityish_StoredI { |
||
18 | |||
19 | /** |
||
20 | * Get the array that the objects are stored in. |
||
21 | * |
||
22 | * @since 1.0.0 |
||
23 | * |
||
24 | * @return array The array. |
||
25 | */ |
||
26 | abstract public function get_storage_array(); |
||
27 | |||
28 | /** |
||
29 | * @since 1.0.0 |
||
30 | */ |
||
31 | public function get_storage_info() { |
||
37 | } |
||
38 | |||
40 |