FastConsumerSession::__construct PHP Метод

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

public __construct ( $dh = null )
    function __construct($dh = null)
    {
        if ($dh === null) {
            $dh = new Auth_OpenID_DiffieHellman(100389557, 2);
        }
        $this->dh = $dh;
    }
FastConsumerSession