| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 23 | public function __construct(object $idp) |
||
| 24 | { |
||
| 25 | $this->uuid = $idp->uuid; |
||
| 26 | $this->label = $idp->label; |
||
| 27 | $this->idp_entity_id = $idp->idp_entity_id; |
||
| 28 | $this->sp_entity_id = $idp->sp_entity_id; |
||
| 29 | $this->sso_url = $idp->sso_url; |
||
| 30 | $this->certificate = $idp->certificate; |
||
| 31 | $this->status = $idp->status; |
||
| 32 | $this->links = $idp->_links; |
||
| 33 | } |
||
| 35 |