| Total Complexity | 4 | 
| Total Lines | 29 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 14 | class PartyContainer implements PartyContainerInterface, SingletonInterface  | 
            ||
| 15 | { | 
            ||
| 16 | /**  | 
            ||
| 17 | * @var SingletonContainer  | 
            ||
| 18 | */  | 
            ||
| 19 | private $container;  | 
            ||
| 20 | |||
| 21 | public function __construct(SingletonContainer $container)  | 
            ||
| 24 | }  | 
            ||
| 25 | |||
| 26 | public function getIdpEntityDescriptorStore()  | 
            ||
| 29 | }  | 
            ||
| 30 | |||
| 31 | public function getSpEntityDescriptorStore()  | 
            ||
| 34 | }  | 
            ||
| 35 | |||
| 36 | public function getTrustOptionsStore()  | 
            ||
| 45 |