1 | <?php |
||
15 | class WordPoints_Entity_Post_Parent |
||
16 | extends WordPoints_Entity_Relationship_Dynamic_Stored_Field { |
||
17 | |||
18 | /** |
||
19 | * @since 2.3.0 |
||
20 | */ |
||
21 | protected $storage_type = 'db'; |
||
22 | |||
23 | /** |
||
24 | * @since 2.3.0 |
||
25 | */ |
||
26 | protected $primary_entity_slug = 'post'; |
||
27 | |||
28 | /** |
||
29 | * @since 2.3.0 |
||
30 | */ |
||
31 | protected $related_entity_slug = 'post'; |
||
32 | |||
33 | /** |
||
34 | * @since 2.3.0 |
||
35 | */ |
||
36 | protected $related_ids_field = 'post_parent'; |
||
37 | |||
38 | /** |
||
39 | * @since 2.3.0 |
||
40 | */ |
||
41 | public function get_title() { |
||
49 | } |
||
50 | |||
52 |