Searched refs:allowed_types (Results 1 – 3 of 3) sorted by relevance
542 function __construct($allowed_types) argument544 $this->allowed_types = [];545 $this->setAllowedTypes($allowed_types);553 * @param array $allowed_types556 function setAllowedTypes($allowed_types) argument558 foreach ($allowed_types as $pair) {565 $this->allowed_types = $allowed_types;581 if ($this->allowed_types === null) {582 $this->allowed_types = [];624 if (!$this->allowed_types) {[all …]
526 function Auth_OpenID_SessionNegotiator($allowed_types) argument528 $this->allowed_types = array();529 $this->setAllowedTypes($allowed_types);538 function setAllowedTypes($allowed_types) argument540 foreach ($allowed_types as $pair) {547 $this->allowed_types = $allowed_types;560 if ($this->allowed_types === null) {561 $this->allowed_types = array();589 $this->allowed_types);603 if (!$this->allowed_types) {[all …]