| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | abstract class AbstractLoadingCPTSchemaConfiguratorExecuter extends AbstractSchemaConfiguratorExecuter |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Initialize the configuration if visiting the corresponding CPT |
||
| 11 | */ |
||
| 12 | protected function getCustomPostID(): ?int |
||
| 26 | } |
||
| 27 | |||
| 28 | abstract protected function getPostType(): string; |
||
| 29 | } |
||
| 30 |