1 | <?php |
||
15 | class WordPoints_Entity_Post_Title extends WordPoints_Entity_Attr_Field { |
||
16 | |||
17 | /** |
||
18 | * @since 2.3.0 |
||
19 | */ |
||
20 | protected $storage_type = 'db'; |
||
21 | |||
22 | /** |
||
23 | * @since 2.3.0 |
||
24 | */ |
||
25 | protected $data_type = 'text'; |
||
26 | |||
27 | /** |
||
28 | * @since 2.3.0 |
||
29 | */ |
||
30 | protected $field = 'post_title'; |
||
31 | |||
32 | /** |
||
33 | * @since 2.3.0 |
||
34 | */ |
||
35 | public function get_title() { |
||
38 | } |
||
39 | |||
41 |