| Total Complexity | 3 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | abstract class AbstractSubjectQueryAbstractType extends AbstractQueryAbstractType |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Initialize a samlp:SubjectQuery element. |
||
| 19 | * |
||
| 20 | * @param \SimpleSAML\SAML11\XML\saml\Subject $subject |
||
| 21 | */ |
||
| 22 | protected function __construct( |
||
| 25 | } |
||
| 26 | |||
| 27 | |||
| 28 | /** |
||
| 29 | * @return \SimpleSAML\SAML11\XML\saml\Subject |
||
| 30 | */ |
||
| 31 | public function getSubject(): Subject |
||
| 34 | } |
||
| 35 | |||
| 36 | |||
| 37 | /** |
||
| 38 | * Convert this SubjectQuery to XML. |
||
| 39 | * |
||
| 40 | * @param \DOMElement $parent The element we are converting to XML. |
||
| 41 | * @return \DOMElement The XML element after adding the data corresponding to this SubjectQuery. |
||
| 42 | */ |
||
| 43 | public function toXML(?DOMElement $parent = null): DOMElement |
||
| 52 |