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