Auth_OpenID_PAPE_Request::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( $preferred_auth_policies = null, $max_auth_age = null )
    function __construct($preferred_auth_policies = null, $max_auth_age = null)
    {
        if ($preferred_auth_policies === null) {
            $preferred_auth_policies = array();
        }
        $this->preferred_auth_policies = $preferred_auth_policies;
        $this->max_auth_age = $max_auth_age;
    }