| 1 | <?php |
||
| 9 | class Wordlift_Entity_Property_Service extends Wordlift_Simple_Property_Service { |
||
| 10 | /** |
||
| 11 | * @var \Wordlift_Entity_Service $entity_service |
||
| 12 | */ |
||
| 13 | private $entity_service; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Wordlift_Entity_Property_Service constructor. |
||
| 17 | * |
||
| 18 | * @param \Wordlift_Entity_Service $entity_service |
||
| 19 | */ |
||
| 20 | public function __construct( $entity_service ) { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * {@inheritdoc} |
||
| 28 | */ |
||
| 29 | public function get( $post_id, $meta_key ) { |
||
| 43 | |||
| 44 | } |
||
| 45 |