Auth_OpenID_SessionNegotiator::__construct PHP Метод

__construct() публичный Метод

public __construct ( $allowed_types )
    function __construct($allowed_types)
    {
        $this->allowed_types = array();
        $this->setAllowedTypes($allowed_types);
    }