| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | class MetadataProfileBuilder extends AbstractProfileBuilder |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @return string |
||
| 23 | */ |
||
| 24 | protected function getProfileId() |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return string |
||
| 31 | */ |
||
| 32 | protected function getProfileRole() |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @return \LightSaml\Builder\Action\ActionBuilderInterface |
||
| 39 | */ |
||
| 40 | protected function getActionBuilder() |
||
| 45 |